Documentation
¶
Index ¶
- type Service
- func (srv *Service) GetSetting(ctx context.Context, req *pb.GetSettingRequest) (*pb.GetSettingResponse, error)
- func (srv *Service) Info(ctx context.Context, in *pb.InfoRequest) (*pb.InfoResponse, error)
- func (srv *Service) Register(grpc *grpc.Server)
- func (srv *Service) RegisterGateway(ctx context.Context, mux *runtime.ServeMux, e *echo.Echo)
- func (srv *Service) ResetSetting(ctx context.Context, req *pb.ResetSettingRequest) (*pb.ResetSettingResponse, error)
- func (srv *Service) UpdateSetting(ctx context.Context, req *pb.UpdateSettingRequest) (*pb.UpdateSettingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
pb.UnimplementedSystemServiceServer
// contains filtered or unexported fields
}
func (*Service) GetSetting ¶
func (srv *Service) GetSetting(ctx context.Context, req *pb.GetSettingRequest) (*pb.GetSettingResponse, error)
func (*Service) Info ¶
func (srv *Service) Info(ctx context.Context, in *pb.InfoRequest) (*pb.InfoResponse, error)
func (*Service) RegisterGateway ¶
func (*Service) ResetSetting ¶
func (srv *Service) ResetSetting(ctx context.Context, req *pb.ResetSettingRequest) (*pb.ResetSettingResponse, error)
func (*Service) UpdateSetting ¶
func (srv *Service) UpdateSetting(ctx context.Context, req *pb.UpdateSettingRequest) (*pb.UpdateSettingResponse, error)
Click to show internal directories.
Click to hide internal directories.