Versions in this module Expand all Collapse all v1 v1.11.0 Feb 18, 2021 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/v2 github.com/nttcom/eclcloud/v3 github.com/nttcom/eclcloud/v4