Documentation ¶
Index ¶
- Constants
- type Handler
- type ManagementService
- func (ms *ManagementService) Delete(name string) error
- func (ms *ManagementService) Logs() (string, error)
- func (ms *ManagementService) LogsFunction(name string) (string, error)
- func (ms *ManagementService) Upload(name string, env string, threads int, zipped 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) Logs ¶
func (ms *ManagementService) Logs() (string, error)
func (*ManagementService) LogsFunction ¶
func (ms *ManagementService) LogsFunction(name string) (string, error)
func (*ManagementService) Wipe ¶
func (ms *ManagementService) Wipe() error
Click to show internal directories.
Click to hide internal directories.