Versions in this module Expand all Collapse all v1 v1.0.1 Jul 10, 2024 v1.0.0 Jul 4, 2024 Changes in this version + func ExtractAutomationsInto(r pagination.Page, v interface{}) error + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Automation struct + Arguments []string + ChefAttributes map[string]interface{} + ChefVersion string + CreatedAt time.Time + Debug bool + Environment map[string]string + ID string + LogLevel string + Name string + Path string + ProjectID string + Repository string + RepositoryAuthenticationEnabled bool + RepositoryRevision string + RunList []string + Tags map[string]string + Timeout int + Type string + UpdatedAt time.Time + func ExtractAutomations(r pagination.Page) ([]Automation, error) + func (r *Automation) UnmarshalJSON(b []byte) error + type AutomationPage struct + func (r AutomationPage) IsEmpty() (bool, error) + func (r AutomationPage) LastMarker() (string, error) + func (r AutomationPage) NextPageURL() (string, error) + type CreateOpts struct + Arguments []string + ChefAttributes map[string]interface{} + ChefVersion string + Debug bool + Environment map[string]string + LogLevel string + Name string + Path string + Repository string + RepositoryCredentials string + RepositoryRevision string + RunList []string + Tags map[string]string + Timeout int + Type string + func (opts CreateOpts) ToAutomationCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToAutomationCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Automation, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Automation, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + Page int + PerPage int + func (opts ListOpts) ToAutomationListQuery() (string, error) + type ListOptsBuilder interface + ToAutomationListQuery func() (string, error) + type UpdateOpts struct + Arguments []string + ChefAttributes map[string]interface{} + ChefVersion *string + Debug *bool + Environment map[string]string + LogLevel *string + Name string + Path *string + Repository string + RepositoryCredentials *string + RepositoryRevision *string + RunList []string + Tags map[string]string + Timeout int + func (opts UpdateOpts) ToAutomationUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToAutomationUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Automation, error) + func (r UpdateResult) ExtractInto(v interface{}) error Other modules containing this package github.com/sapcc/gophercloud-sapcc/v2