Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindConfigLogic ¶
func NewFindConfigLogic ¶
func NewFindConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindConfigLogic
func (*FindConfigLogic) FindConfig ¶
func (l *FindConfigLogic) FindConfig(in *configrpc.FindConfigReq) (*configrpc.FindConfigResp, error)
查询配置
type SaveConfigLogic ¶
func NewSaveConfigLogic ¶
func NewSaveConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SaveConfigLogic
func (*SaveConfigLogic) SaveConfig ¶
func (l *SaveConfigLogic) SaveConfig(in *configrpc.SaveConfigReq) (*configrpc.EmptyResp, error)
保存配置
Click to show internal directories.
Click to hide internal directories.