Documentation ¶
Index ¶
- type Server
- func (s *Server) ApplicationLogs(_ *empty.Empty, stream proto.SkaffoldV2Service_ApplicationLogsServer) error
- func (s *Server) AutoBuild(ctx context.Context, request *proto.TriggerRequest) (res *empty.Empty, err error)
- func (s *Server) AutoDeploy(ctx context.Context, request *proto.TriggerRequest) (res *empty.Empty, err error)
- func (s *Server) AutoSync(ctx context.Context, request *proto.TriggerRequest) (res *empty.Empty, err error)
- func (s *Server) Events(_ *empty.Empty, stream proto.SkaffoldV2Service_EventsServer) error
- func (s *Server) Execute(ctx context.Context, request *proto.UserIntentRequest) (*empty.Empty, error)
- func (s *Server) GetState(context.Context, *empty.Empty) (*proto.State, error)
- func (s *Server) Handle(ctx context.Context, e *proto.Event) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { BuildIntentCallback func() SyncIntentCallback func() DeployIntentCallback func() DevloopIntentCallback func() AutoBuildCallback func(bool) AutoSyncCallback func(bool) AutoDeployCallback func(bool) AutoDevloopCallback func(bool) }
var (
Srv *Server
)
func (*Server) ApplicationLogs ¶ added in v1.25.0
func (*Server) AutoDeploy ¶
Click to show internal directories.
Click to hide internal directories.