Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProjectInitializer ¶
func ProjectInitializer(ctx context.Context, projectID string, role string, operator mongodb.MongoOperator) error
ProjectInitializer creates a default hub and default image registry for a new project
Types ¶
type ProjectServer ¶
type ProjectServer struct { pb.UnimplementedProjectServer Operator mongodb.MongoOperator }
ProjectServer is used to implement project.ProjectServer
func (*ProjectServer) InitializeProject ¶
func (s *ProjectServer) InitializeProject(ctx context.Context, req *pb.ProjectInitializationRequest) (*wrapperspb.BoolValue, error)
InitializeProject implements project.ProjectServer
Click to show internal directories.
Click to hide internal directories.