Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
支持输出执行后有内容的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeFlowerX committed Dec 5, 2022
1 parent 6230be2 commit d20da01
Show file tree
Hide file tree
Showing 6 changed files with 775 additions and 722 deletions.
7 changes: 4 additions & 3 deletions app/config/config_sys.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import (
)

type TableConfig struct {
Count uint32
Name string
Mask uint32
Count uint32
Name string
Mask uint32
RetMask uint32
}

type SysTableConfig map[string]TableConfig
Expand Down
Loading

0 comments on commit d20da01

Please sign in to comment.