Documentation ¶
Index ¶
- type Server
- func (s *Server) AddTask(ctx context.Context, req *common.TaskInfo) (*common.Empty, error)
- func (s *Server) ApplyCertificate(ctx context.Context, req *agent.ApplyCertificateReq) (*common.Certificate, error)
- func (s *Server) ModifyTask(ctx context.Context, req *common.TaskInfo) (*common.Empty, error)
- func (s *Server) Run() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ApplyCertificate ¶
func (s *Server) ApplyCertificate(ctx context.Context, req *agent.ApplyCertificateReq) (*common.Certificate, error)
func (*Server) ModifyTask ¶
Click to show internal directories.
Click to hide internal directories.