Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Deploy(ctx context.Context, in *pb.DeployRequest) (*pb.Response, error)
- func (m *Manager) Install(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Monitor(in *pb.Empty, stream pb.Manager_MonitorServer) error
- func (m *Manager) Patch(ctx context.Context, in *pb.PatchRequest) (*pb.Response, error)
- func (m *Manager) Ping(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Restart(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Start(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Status(ctx context.Context, in *pb.Empty) (*pb.ServiceResponse, error)
- func (m *Manager) Stop(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Uninstall(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Upgrade(ctx context.Context, in *pb.Empty) (*pb.Response, error)
- func (m *Manager) Watch(in *pb.Empty, stream pb.Manager_WatchServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.