Versions in this module Expand all Collapse all v0 v0.10.7 Oct 9, 2024 v0.10.6 Oct 6, 2024 Changes in this version + type ProtocolManageServer struct + func NewProtocolManageServer(svcCtx *svc.ServiceContext) *ProtocolManageServer + func (s *ProtocolManageServer) ProtocolInfoCreate(ctx context.Context, in *dm.ProtocolInfo) (*dm.WithID, error) + func (s *ProtocolManageServer) ProtocolInfoDelete(ctx context.Context, in *dm.WithID) (*dm.Empty, error) + func (s *ProtocolManageServer) ProtocolInfoIndex(ctx context.Context, in *dm.ProtocolInfoIndexReq) (*dm.ProtocolInfoIndexResp, error) + func (s *ProtocolManageServer) ProtocolInfoRead(ctx context.Context, in *dm.WithIDCode) (*dm.ProtocolInfo, error) + func (s *ProtocolManageServer) ProtocolInfoUpdate(ctx context.Context, in *dm.ProtocolInfo) (*dm.Empty, error)