Documentation
¶
Index ¶
- func CanRead(c *stdapi.Context) bool
- func CanWrite(c *stdapi.Context) bool
- func SetReadRole(c *stdapi.Context)
- func SetReadWriteRole(c *stdapi.Context)
- type Server
- func (s *Server) AppCancel(c *stdapi.Context) error
- func (s *Server) AppCancelValidate(c *stdapi.Context) error
- func (s *Server) AppCreate(c *stdapi.Context) error
- func (s *Server) AppDelete(c *stdapi.Context) error
- func (s *Server) AppGet(c *stdapi.Context) error
- func (s *Server) AppList(c *stdapi.Context) error
- func (s *Server) AppLogs(c *stdapi.Context) error
- func (s *Server) AppMetrics(c *stdapi.Context) error
- func (s *Server) AppUpdate(c *stdapi.Context) error
- func (s *Server) Authorize(next stdapi.HandlerFunc) stdapi.HandlerFunc
- func (s *Server) BuildCreate(c *stdapi.Context) error
- func (s *Server) BuildExport(c *stdapi.Context) error
- func (s *Server) BuildGet(c *stdapi.Context) error
- func (s *Server) BuildImport(c *stdapi.Context) error
- func (s *Server) BuildList(c *stdapi.Context) error
- func (s *Server) BuildLogs(c *stdapi.Context) error
- func (s *Server) BuildUpdate(c *stdapi.Context) error
- func (s *Server) CapacityGet(c *stdapi.Context) error
- func (s *Server) CertificateApply(c *stdapi.Context) error
- func (s *Server) CertificateCreate(c *stdapi.Context) error
- func (s *Server) CertificateDelete(c *stdapi.Context) error
- func (s *Server) CertificateGenerate(c *stdapi.Context) error
- func (s *Server) CertificateList(c *stdapi.Context) error
- func (s *Server) DeleteDB(c *stdapi.Context) error
- func (s *Server) EventSend(c *stdapi.Context) error
- func (s *Server) FilesDelete(c *stdapi.Context) error
- func (s *Server) FilesDownload(c *stdapi.Context) error
- func (s *Server) FilesUpload(c *stdapi.Context) error
- func (s *Server) Initialize(c *stdapi.Context) error
- func (s *Server) InstanceKeyroll(c *stdapi.Context) error
- func (s *Server) InstanceList(c *stdapi.Context) error
- func (s *Server) InstanceShell(c *stdapi.Context) error
- func (s *Server) InstanceTerminate(c *stdapi.Context) error
- func (s *Server) IsDBSnapshotComplete(c *stdapi.Context) error
- func (s *Server) ObjectDelete(c *stdapi.Context) error
- func (s *Server) ObjectExists(c *stdapi.Context) error
- func (s *Server) ObjectFetch(c *stdapi.Context) error
- func (s *Server) ObjectList(c *stdapi.Context) error
- func (s *Server) ObjectStore(c *stdapi.Context) error
- func (s *Server) ProcessExec(c *stdapi.Context) error
- func (s *Server) ProcessExecValidate(c *stdapi.Context) error
- func (s *Server) ProcessGet(c *stdapi.Context) error
- func (s *Server) ProcessList(c *stdapi.Context) error
- func (s *Server) ProcessLogs(c *stdapi.Context) error
- func (s *Server) ProcessRun(c *stdapi.Context) error
- func (s *Server) ProcessRunValidate(c *stdapi.Context) error
- func (s *Server) ProcessStop(c *stdapi.Context) error
- func (s *Server) Proxy(c *stdapi.Context) error
- func (s *Server) RegistryAdd(c *stdapi.Context) error
- func (s *Server) RegistryList(c *stdapi.Context) error
- func (s *Server) RegistryRemove(c *stdapi.Context) error
- func (s *Server) ReleaseCreate(c *stdapi.Context) error
- func (s *Server) ReleaseGet(c *stdapi.Context) error
- func (s *Server) ReleaseList(c *stdapi.Context) error
- func (s *Server) ReleasePromote(c *stdapi.Context) error
- func (s *Server) ReleasePromoteValidate(c *stdapi.Context) error
- func (s *Server) ResourceGet(c *stdapi.Context) error
- func (s *Server) ResourceList(c *stdapi.Context) error
- func (s *Server) ServiceList(c *stdapi.Context) error
- func (s *Server) ServiceMetrics(c *stdapi.Context) error
- func (s *Server) ServiceRestart(c *stdapi.Context) error
- func (s *Server) ServiceUpdate(c *stdapi.Context) error
- func (s *Server) SetDBDeletionProtectionAndCreateSnapShot(c *stdapi.Context) error
- func (s *Server) SystemGet(c *stdapi.Context) error
- func (s *Server) SystemInstall(c *stdapi.Context) error
- func (s *Server) SystemJwtSignKeyRotate(c *stdapi.Context) error
- func (s *Server) SystemJwtToken(c *stdapi.Context) error
- func (s *Server) SystemLogs(c *stdapi.Context) error
- func (s *Server) SystemMetrics(c *stdapi.Context) error
- func (s *Server) SystemProcesses(c *stdapi.Context) error
- func (s *Server) SystemReleases(c *stdapi.Context) error
- func (s *Server) SystemResourceCreate(c *stdapi.Context) error
- func (s *Server) SystemResourceDelete(c *stdapi.Context) error
- func (s *Server) SystemResourceGet(c *stdapi.Context) error
- func (s *Server) SystemResourceLink(c *stdapi.Context) error
- func (s *Server) SystemResourceList(c *stdapi.Context) error
- func (s *Server) SystemResourceTypes(c *stdapi.Context) error
- func (s *Server) SystemResourceUnlink(c *stdapi.Context) error
- func (s *Server) SystemResourceUpdate(c *stdapi.Context) error
- func (s *Server) SystemSyncInstancesIp(c *stdapi.Context) error
- func (s *Server) SystemUninstall(c *stdapi.Context) error
- func (s *Server) SystemUpdate(c *stdapi.Context) error
- func (s *Server) Workers(c *stdapi.Context) error
- type Sortable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetReadRole ¶
func SetReadWriteRole ¶
Types ¶
type Server ¶
type Server struct { *stdapi.Server Password string Provider structs.Provider JwtMngr *jwt.JwtManager }
func NewWithProvider ¶
func (*Server) Authorize ¶
func (s *Server) Authorize(next stdapi.HandlerFunc) stdapi.HandlerFunc
func (*Server) IsDBSnapshotComplete ¶
func (*Server) ReleasePromoteValidate ¶
func (*Server) SetDBDeletionProtectionAndCreateSnapShot ¶
func (*Server) SystemJwtSignKeyRotate ¶
func (*Server) SystemResourceCreate ¶
func (*Server) SystemResourceDelete ¶
func (*Server) SystemResourceUnlink ¶
func (*Server) SystemResourceUpdate ¶
func (*Server) SystemSyncInstancesIp ¶
Click to show internal directories.
Click to hide internal directories.