Versions in this module Expand all Collapse all v4 v4.0.0 Jun 4, 2024 Changes in this version + func IDFromName(client *eclcloud.ServiceClient, name string) (string, error) + func List(c *eclcloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CommonFunctionPool struct + Description string + ID string + Name string + func ExtractCommonFunctionPools(r pagination.Page) ([]CommonFunctionPool, error) + type CommonFunctionPoolPage struct + func (r CommonFunctionPoolPage) IsEmpty() (bool, error) + type GetResult struct + func Get(c *eclcloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*CommonFunctionPool, error) + type ListOpts struct + Description string + ID string + Name string + func (opts ListOpts) ToCommonFunctionPoolListQuery() (string, error) + type ListOptsBuilder interface + ToCommonFunctionPoolListQuery func() (string, error) Other modules containing this package github.com/nttcom/eclcloud github.com/nttcom/eclcloud/v2 github.com/nttcom/eclcloud/v3