Documentation ¶
Index ¶
- type Server
- func (c *Server) AddEnvironment(_ context.Context, in *pb.AddEnvironmentRequest) (*pb.AddEnvironmentReply, error)
- func (c *Server) AddPackage(ctx context.Context, in *pb.AddPackageRequest) (*pb.AddPackageReply, error)
- func (c *Server) AddTenant(_ context.Context, in *pb.AddTenantRequest) (*pb.AddTenantReply, error)
- func (c *Server) AllPackages(_ context.Context, _ *pb.Void) (*pb.AllPackagesReply, error)
- func (c *Server) Close() error
- func (c *Server) DeletePackage(ctx context.Context, in *pb.DeletePackageRequest) (*pb.Void, error)
- func (c *Server) Environment(_ context.Context, _ *pb.Void) (*pb.EnvironmentReply, error)
- func (c *Server) Packages(_ context.Context, in *pb.PackagesRequest) (*pb.PackagesReply, error)
- func (c *Server) Tenants(_ context.Context, in *pb.TenantsRequest) (*pb.TenantsReply, error)
- func (c *Server) UpdateEnvironment(_ context.Context, in *pb.UpdateEnvironmentRequest) (*pb.Void, error)
- func (c *Server) UpdatePackage(ctx context.Context, in *pb.UpdatePackageRequest) (*pb.Void, error)
- func (c *Server) UpdateToEnvironmentStr(req *pb.Void, ctl pb.Control_UpdateToEnvironmentStrServer) error
- func (c *Server) UpdateToPackagesStr(req *pb.UpdateToPackagesStrRequest, ctl pb.Control_UpdateToPackagesStrServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { pb.UnimplementedControlServer // contains filtered or unexported fields }
func (*Server) AddEnvironment ¶
func (c *Server) AddEnvironment(_ context.Context, in *pb.AddEnvironmentRequest) (*pb.AddEnvironmentReply, error)
func (*Server) AddPackage ¶
func (c *Server) AddPackage(ctx context.Context, in *pb.AddPackageRequest) (*pb.AddPackageReply, error)
func (*Server) AddTenant ¶
func (c *Server) AddTenant(_ context.Context, in *pb.AddTenantRequest) (*pb.AddTenantReply, error)
func (*Server) AllPackages ¶
func (*Server) DeletePackage ¶
func (*Server) Environment ¶
func (*Server) Packages ¶
func (c *Server) Packages(_ context.Context, in *pb.PackagesRequest) (*pb.PackagesReply, error)
func (*Server) Tenants ¶
func (c *Server) Tenants(_ context.Context, in *pb.TenantsRequest) (*pb.TenantsReply, error)
func (*Server) UpdateEnvironment ¶
func (*Server) UpdatePackage ¶
func (*Server) UpdateToEnvironmentStr ¶
func (*Server) UpdateToPackagesStr ¶
func (c *Server) UpdateToPackagesStr(req *pb.UpdateToPackagesStrRequest, ctl pb.Control_UpdateToPackagesStrServer) error
Click to show internal directories.
Click to hide internal directories.