Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { container.UnimplementedContainerServiceServer // contains filtered or unexported fields }
func (*Server) BuildStatus ¶
func (s *Server) BuildStatus(ctx context.Context, req *container.BuildStatusRequest) (*container.BuildStatusResponse, error)
ImageStatus maps to the ImageStatus RPC
func (*Server) CreateContainer ¶
func (s *Server) CreateContainer(ctx context.Context, req *container.CreateContainerRequest) (*container.CreateContainerResponse, error)
CreateContainer maps to the CreateContainer RPC“ call using grpcurl: grpcurl -plaintext -d '{"repoURL": "your_repo_url", "type": "your_type", "customerID": "your_customer_id"}' localhost:4040 container.ContainerService/CreateContainer
Click to show internal directories.
Click to hide internal directories.