Documentation ¶ Index ¶ func Run(params RequestParam, fsys afero.Fs) error type RequestParam Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(params RequestParam, fsys afero.Fs) error Types ¶ type RequestParam ¶ added in v0.31.2 type RequestParam struct { OrgId string `json:"organization_id"` Name string `json:"name"` DbPass string `json:"db_pass"` Region string `json:"region"` Plan string `json:"plan"` } Source Files ¶ View all Source files create.go Click to show internal directories. Click to hide internal directories.