NewOrgInvitationClient returns a client for the OrgInvitation from the given config.
(c config)
| 1906 | |
| 1907 | // NewOrgInvitationClient returns a client for the OrgInvitation from the given config. |
| 1908 | func NewOrgInvitationClient(c config) *OrgInvitationClient { |
| 1909 | return &OrgInvitationClient{config: c} |
| 1910 | } |
| 1911 | |
| 1912 | // Use adds a list of mutation hooks to the hooks stack. |
| 1913 | // A call to `Use(f, g, h)` equals to `orginvitation.Hooks(f(g(h())))`. |
no outgoing calls
no test coverage detected