Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpBind ¶ added in v0.5.0
type HttpBind struct{}
HttpBind ...
func (*HttpBind) Get ¶ added in v0.5.0
func (h *HttpBind) Get(url string) (response HttpResponse)
Get ...
func (*HttpBind) Post ¶ added in v0.5.0
func (h *HttpBind) Post(url, data string) (response HttpResponse)
Post ...
type HttpResponse ¶ added in v0.5.0
type HttpResponse struct { Body string `json:"body"` Error bool `json:"error"` ErrorMessage string `json:"errorMessage"` }
HttpResponse ...
type Response ¶
Response ...
func ExecuteSync ¶
ExecuteSync "sh", "-c", "echo stdout; echo 1>&2 stderr"
type StorageBind ¶ added in v0.4.0
type StorageBind struct {
// contains filtered or unexported fields
}
StorageBind ...
func NewStorageBind ¶ added in v0.4.0
func NewStorageBind( storage *storage.Storage) *StorageBind
NewStorageBind ...
func (*StorageBind) GetByName ¶ added in v0.4.0
func (s *StorageBind) GetByName(name string) string
GetByName ...
Click to show internal directories.
Click to hide internal directories.