Documentation
¶
Index ¶
- Constants
- func Create(appName string, remote string, buildpack string) error
- func Destroy(appName string) error
- func Events(app string, paginationOpts scalingo.PaginationOpts) error
- func ForceHTTPS(appName string, enable bool) error
- func Info(appName string) error
- func List() error
- func Logs(appName string, stream bool, n int, filter string) error
- func LogsArchives(appName string, page int) error
- func Ps(app string) error
- func Rename(appName string, newName string) error
- func Restart(app string, sync bool, args []string) error
- func Run(opts RunOpts) error
- func Scale(app string, sync bool, types []string) error
- func Stats(app string, stream bool) error
- func StickySession(appName string, enable bool) error
- type LogsRes
- type RunOpts
- type ScaleRes
- type WSEvent
Constants ¶
View Source
const ( KB = 1024 MB = KB * 1024 GB = MB * 1024 )
Variables ¶
This section is empty.
Functions ¶
func ForceHTTPS ¶ added in v1.16.6
func LogsArchives ¶ added in v1.16.6
func StickySession ¶ added in v1.16.6
Types ¶
type LogsRes ¶ added in v1.1.0
type LogsRes struct { LogsURL string `json:"logs_url"` App *scalingo.App `json:"app"` }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.