Documentation
¶
Index ¶
- Variables
- func Add(board string) error
- func AddSubscriber(board, account string) error
- func ConvertPushCount(str string) int
- func DelDiffList(account, board, kind string) error
- func Destroy(board string) error
- func DiffList(account, board, kind string, ids ...int) []int
- func Exist(board string) bool
- func List() []string
- func ListSubscribers(board string) []string
- func Remove(board string) error
- func RemoveSubscriber(board, account string) error
- func RenameDiffListKeys(preBoard, postBoard string) error
- func ReplaceBenchKeys() error
Constants ¶
This section is empty.
Variables ¶
View Source
var NumTextMap = map[int]string{
100: "爆",
-10: "X1",
-20: "X2",
-30: "X3",
-40: "X4",
-50: "X5",
-60: "X6",
-70: "X7",
-80: "X8",
-90: "X9",
-100: "XX",
}
Functions ¶
func AddSubscriber ¶
func ConvertPushCount ¶
func DelDiffList ¶
func ListSubscribers ¶
func RemoveSubscriber ¶
func RenameDiffListKeys ¶
func ReplaceBenchKeys ¶
func ReplaceBenchKeys() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.