Discover Packages
github.com/opensourceways/xihe-server
common
domain
message
package
Version:
v1.7.1
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type MsgNormal struct {
Type string `json:"type"`
User string `json:"user"`
Desc string `json:"desc"`
Details map[string ]string `json:"details"`
CreatedAt int64 `json:"created_at"`
}
type MsgOperateLog struct {
When int64 `json:"when"`
User string `json:"user"`
Type string `json:"type"`
Info map[string ]string `json:"info,omitempty"`
}
type TopicConfig struct {
Name string `json:"name" required:"true"`
Topic string `json:"topic" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.