Documentation ¶
Overview ¶
Package admin contains the implementation of the Transiter admin API.
Index ¶
- type Service
- func (s *Service) DeleteSystem(ctx context.Context, req *api.DeleteSystemRequest) (*api.DeleteSystemReply, error)
- func (s *Service) GetLogLevel(ctx context.Context, req *api.GetLogLevelRequest) (*api.GetLogLevelReply, error)
- func (s *Service) GetSchedulerStatus(ctx context.Context, req *api.GetSchedulerStatusRequest) (*api.GetSchedulerStatusReply, error)
- func (s *Service) GetSystemConfig(ctx context.Context, req *api.GetSystemConfigRequest) (*api.SystemConfig, error)
- func (s *Service) InstallOrUpdateSystem(ctx context.Context, req *api.InstallOrUpdateSystemRequest) (*api.InstallOrUpdateSystemReply, error)
- func (s *Service) ResetScheduler(ctx context.Context, req *api.ResetSchedulerRequest) (*api.ResetSchedulerReply, error)
- func (s *Service) SetLogLevel(ctx context.Context, req *api.SetLogLevelRequest) (*api.SetLogLevelReply, error)
- func (s *Service) UpdateFeed(ctx context.Context, req *api.UpdateFeedRequest) (*api.UpdateFeedReply, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements the Transiter admin API.
func (*Service) DeleteSystem ¶
func (s *Service) DeleteSystem(ctx context.Context, req *api.DeleteSystemRequest) (*api.DeleteSystemReply, error)
func (*Service) GetLogLevel ¶
func (s *Service) GetLogLevel(ctx context.Context, req *api.GetLogLevelRequest) (*api.GetLogLevelReply, error)
func (*Service) GetSchedulerStatus ¶
func (s *Service) GetSchedulerStatus(ctx context.Context, req *api.GetSchedulerStatusRequest) (*api.GetSchedulerStatusReply, error)
func (*Service) GetSystemConfig ¶
func (s *Service) GetSystemConfig(ctx context.Context, req *api.GetSystemConfigRequest) (*api.SystemConfig, error)
func (*Service) InstallOrUpdateSystem ¶
func (s *Service) InstallOrUpdateSystem(ctx context.Context, req *api.InstallOrUpdateSystemRequest) (*api.InstallOrUpdateSystemReply, error)
func (*Service) ResetScheduler ¶
func (s *Service) ResetScheduler(ctx context.Context, req *api.ResetSchedulerRequest) (*api.ResetSchedulerReply, error)
func (*Service) SetLogLevel ¶
func (s *Service) SetLogLevel(ctx context.Context, req *api.SetLogLevelRequest) (*api.SetLogLevelReply, error)
func (*Service) UpdateFeed ¶
func (s *Service) UpdateFeed(ctx context.Context, req *api.UpdateFeedRequest) (*api.UpdateFeedReply, error)
Click to show internal directories.
Click to hide internal directories.