mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
6 lines
142 B
Go
6 lines
142 B
Go
package fortune
|
|
|
|
type Conf struct {
|
|
Kind map[int64]uint32 `protobuf:"bytes,1,rep" protobuf_key:"varint,1,opt" protobuf_val:"varint,2,opt"`
|
|
}
|