Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterOrgByName ¶
func FilterOrgByName(orgs *[]api.Organization, name string) *api.Organization
FilterOrgByName returns the reference to the organization for which the name is matching the name given as argument
func FilterOrgs ¶
func FilterOrgs(orgs []api.Organization, test func(o api.Organization) bool) (ret []api.Organization)
FilterOrgs returns the list of organizations that succeeded the test function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.