NewOrganizationClient returns a client for the Organization from the given config.
(c config)
| 2071 | |
| 2072 | // NewOrganizationClient returns a client for the Organization from the given config. |
| 2073 | func NewOrganizationClient(c config) *OrganizationClient { |
| 2074 | return &OrganizationClient{config: c} |
| 2075 | } |
| 2076 | |
| 2077 | // Use adds a list of mutation hooks to the hooks stack. |
| 2078 | // A call to `Use(f, g, h)` equals to `organization.Hooks(f(g(h())))`. |
no outgoing calls
no test coverage detected