1 Star 0 Fork 2

何吕 / volantmq

forked from JUMEI_ARCH / volantmq 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
system.go 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
Artur Troian 提交于 2017-08-05 21:46 . Enable systree
package mem
import "github.com/troian/surgemq/persistence/types"
type system struct {
status *dbStatus
}
func (s *system) GetInfo() (*persistenceTypes.SystemState, error) {
state := &persistenceTypes.SystemState{}
return state, nil
}
func (s *system) SetInfo(state *persistenceTypes.SystemState) error {
return nil
}
Go
1
https://gitee.com/kaifazhe/volantmq.git
git@gitee.com:kaifazhe/volantmq.git
kaifazhe
volantmq
volantmq
v0.0.1-beta

搜索帮助