Documentation ¶
Index ¶
- Constants
- type Backend
- type Handler
- type ManagementService
- func (ms *ManagementService) Delete(name string) error
- func (ms *ManagementService) List() []string
- func (ms *ManagementService) Logs() (io.Reader, error)
- func (ms *ManagementService) LogsFunction(name string) (io.Reader, error)
- func (ms *ManagementService) Stop() error
- func (ms *ManagementService) Upload(name string, env string, threads int, zipped string, envs map[string]string) (string, error)
- func (ms *ManagementService) UrlUpload(name string, env string, threads int, funcurl string, subfolder string, ...) (string, error)
- func (ms *ManagementService) Wipe() error
Constants ¶
View Source
const (
TmpDir = "./tmp"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagementService ¶
type ManagementService struct {
// contains filtered or unexported fields
}
func (*ManagementService) Delete ¶
func (ms *ManagementService) Delete(name string) error
func (*ManagementService) List ¶ added in v0.6.3
func (ms *ManagementService) List() []string
func (*ManagementService) LogsFunction ¶
func (ms *ManagementService) LogsFunction(name string) (io.Reader, error)
func (*ManagementService) Stop ¶ added in v0.6.3
func (ms *ManagementService) Stop() error
func (*ManagementService) Wipe ¶
func (ms *ManagementService) Wipe() error
Click to show internal directories.
Click to hide internal directories.