api

package
v0.0.0-...-3e055fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CanRead

func CanRead(c *stdapi.Context) bool

func CanWrite

func CanWrite(c *stdapi.Context) bool

func SetReadRole

func SetReadRole(c *stdapi.Context)

func SetReadWriteRole

func SetReadWriteRole(c *stdapi.Context)

Types

type Server

type Server struct {
	*stdapi.Server
	Password string
	Provider structs.Provider
	JwtMngr  *jwt.JwtManager
}

func New

func New() (*Server, error)

func NewWithProvider

func NewWithProvider(p structs.Provider) *Server

func (*Server) AppCancel

func (s *Server) AppCancel(c *stdapi.Context) error

func (*Server) AppCancelValidate

func (s *Server) AppCancelValidate(c *stdapi.Context) error

func (*Server) AppCreate

func (s *Server) AppCreate(c *stdapi.Context) error

func (*Server) AppDelete

func (s *Server) AppDelete(c *stdapi.Context) error

func (*Server) AppGet

func (s *Server) AppGet(c *stdapi.Context) error

func (*Server) AppList

func (s *Server) AppList(c *stdapi.Context) error

func (*Server) AppLogs

func (s *Server) AppLogs(c *stdapi.Context) error

func (*Server) AppMetrics

func (s *Server) AppMetrics(c *stdapi.Context) error

func (*Server) AppUpdate

func (s *Server) AppUpdate(c *stdapi.Context) error

func (*Server) Authorize

func (s *Server) Authorize(next stdapi.HandlerFunc) stdapi.HandlerFunc

func (*Server) BuildCreate

func (s *Server) BuildCreate(c *stdapi.Context) error

func (*Server) BuildExport

func (s *Server) BuildExport(c *stdapi.Context) error

func (*Server) BuildGet

func (s *Server) BuildGet(c *stdapi.Context) error

func (*Server) BuildImport

func (s *Server) BuildImport(c *stdapi.Context) error

func (*Server) BuildList

func (s *Server) BuildList(c *stdapi.Context) error

func (*Server) BuildLogs

func (s *Server) BuildLogs(c *stdapi.Context) error

func (*Server) BuildUpdate

func (s *Server) BuildUpdate(c *stdapi.Context) error

func (*Server) CapacityGet

func (s *Server) CapacityGet(c *stdapi.Context) error

func (*Server) CertificateApply

func (s *Server) CertificateApply(c *stdapi.Context) error

func (*Server) CertificateCreate

func (s *Server) CertificateCreate(c *stdapi.Context) error

func (*Server) CertificateDelete

func (s *Server) CertificateDelete(c *stdapi.Context) error

func (*Server) CertificateGenerate

func (s *Server) CertificateGenerate(c *stdapi.Context) error

func (*Server) CertificateList

func (s *Server) CertificateList(c *stdapi.Context) error

func (*Server) DeleteDB

func (s *Server) DeleteDB(c *stdapi.Context) error

func (*Server) EventSend

func (s *Server) EventSend(c *stdapi.Context) error

func (*Server) FilesDelete

func (s *Server) FilesDelete(c *stdapi.Context) error

func (*Server) FilesDownload

func (s *Server) FilesDownload(c *stdapi.Context) error

func (*Server) FilesUpload

func (s *Server) FilesUpload(c *stdapi.Context) error

func (*Server) Initialize

func (s *Server) Initialize(c *stdapi.Context) error

func (*Server) InstanceKeyroll

func (s *Server) InstanceKeyroll(c *stdapi.Context) error

func (*Server) InstanceList

func (s *Server) InstanceList(c *stdapi.Context) error

func (*Server) InstanceShell

func (s *Server) InstanceShell(c *stdapi.Context) error

func (*Server) InstanceTerminate

func (s *Server) InstanceTerminate(c *stdapi.Context) error

func (*Server) IsDBSnapshotComplete

func (s *Server) IsDBSnapshotComplete(c *stdapi.Context) error

func (*Server) ObjectDelete

func (s *Server) ObjectDelete(c *stdapi.Context) error

func (*Server) ObjectExists

func (s *Server) ObjectExists(c *stdapi.Context) error

func (*Server) ObjectFetch

func (s *Server) ObjectFetch(c *stdapi.Context) error

func (*Server) ObjectList

func (s *Server) ObjectList(c *stdapi.Context) error

func (*Server) ObjectStore

func (s *Server) ObjectStore(c *stdapi.Context) error

func (*Server) ProcessExec

func (s *Server) ProcessExec(c *stdapi.Context) error

func (*Server) ProcessExecValidate

func (s *Server) ProcessExecValidate(c *stdapi.Context) error

func (*Server) ProcessGet

func (s *Server) ProcessGet(c *stdapi.Context) error

func (*Server) ProcessList

func (s *Server) ProcessList(c *stdapi.Context) error

func (*Server) ProcessLogs

func (s *Server) ProcessLogs(c *stdapi.Context) error

func (*Server) ProcessRun

func (s *Server) ProcessRun(c *stdapi.Context) error

func (*Server) ProcessRunValidate

func (s *Server) ProcessRunValidate(c *stdapi.Context) error

func (*Server) ProcessStop

func (s *Server) ProcessStop(c *stdapi.Context) error

func (*Server) Proxy

func (s *Server) Proxy(c *stdapi.Context) error

func (*Server) RegistryAdd

func (s *Server) RegistryAdd(c *stdapi.Context) error

func (*Server) RegistryList

func (s *Server) RegistryList(c *stdapi.Context) error

func (*Server) RegistryRemove

func (s *Server) RegistryRemove(c *stdapi.Context) error

func (*Server) ReleaseCreate

func (s *Server) ReleaseCreate(c *stdapi.Context) error

func (*Server) ReleaseGet

func (s *Server) ReleaseGet(c *stdapi.Context) error

func (*Server) ReleaseList

func (s *Server) ReleaseList(c *stdapi.Context) error

func (*Server) ReleasePromote

func (s *Server) ReleasePromote(c *stdapi.Context) error

func (*Server) ReleasePromoteValidate

func (s *Server) ReleasePromoteValidate(c *stdapi.Context) error

func (*Server) ResourceGet

func (s *Server) ResourceGet(c *stdapi.Context) error

func (*Server) ResourceList

func (s *Server) ResourceList(c *stdapi.Context) error

func (*Server) ServiceList

func (s *Server) ServiceList(c *stdapi.Context) error

func (*Server) ServiceMetrics

func (s *Server) ServiceMetrics(c *stdapi.Context) error

func (*Server) ServiceRestart

func (s *Server) ServiceRestart(c *stdapi.Context) error

func (*Server) ServiceUpdate

func (s *Server) ServiceUpdate(c *stdapi.Context) error

func (*Server) SetDBDeletionProtectionAndCreateSnapShot

func (s *Server) SetDBDeletionProtectionAndCreateSnapShot(c *stdapi.Context) error

func (*Server) SystemGet

func (s *Server) SystemGet(c *stdapi.Context) error

func (*Server) SystemInstall

func (s *Server) SystemInstall(c *stdapi.Context) error

func (*Server) SystemJwtSignKeyRotate

func (s *Server) SystemJwtSignKeyRotate(c *stdapi.Context) error

func (*Server) SystemJwtToken

func (s *Server) SystemJwtToken(c *stdapi.Context) error

func (*Server) SystemLogs

func (s *Server) SystemLogs(c *stdapi.Context) error

func (*Server) SystemMetrics

func (s *Server) SystemMetrics(c *stdapi.Context) error

func (*Server) SystemProcesses

func (s *Server) SystemProcesses(c *stdapi.Context) error

func (*Server) SystemReleases

func (s *Server) SystemReleases(c *stdapi.Context) error

func (*Server) SystemResourceCreate

func (s *Server) SystemResourceCreate(c *stdapi.Context) error

func (*Server) SystemResourceDelete

func (s *Server) SystemResourceDelete(c *stdapi.Context) error

func (*Server) SystemResourceGet

func (s *Server) SystemResourceGet(c *stdapi.Context) error
func (s *Server) SystemResourceLink(c *stdapi.Context) error

func (*Server) SystemResourceList

func (s *Server) SystemResourceList(c *stdapi.Context) error

func (*Server) SystemResourceTypes

func (s *Server) SystemResourceTypes(c *stdapi.Context) error
func (s *Server) SystemResourceUnlink(c *stdapi.Context) error

func (*Server) SystemResourceUpdate

func (s *Server) SystemResourceUpdate(c *stdapi.Context) error

func (*Server) SystemSyncInstancesIp

func (s *Server) SystemSyncInstancesIp(c *stdapi.Context) error

func (*Server) SystemUninstall

func (s *Server) SystemUninstall(c *stdapi.Context) error

func (*Server) SystemUpdate

func (s *Server) SystemUpdate(c *stdapi.Context) error

func (*Server) Workers

func (s *Server) Workers(c *stdapi.Context) error

type Sortable

type Sortable interface {
	Less(int, int) bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL