feat: init lib and add errors

This commit is contained in:
daniel.w 2024-08-07 00:23:40 +08:00
parent 70632e7d53
commit 513928b265
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import (
// Scope 全域變數應由服務或模組設置
var Scope = code.Unset
// Err 6 碼,服務 2, 大類 2, 詳細錯誤 2
type Err struct {
category uint32
code uint32