ListCodesOfConduct returns all codes of conduct. Deprecated: Use CodesOfConductService.List instead.
(ctx context.Context)
| 51 | // |
| 52 | // Deprecated: Use CodesOfConductService.List instead. |
| 53 | func (c *Client) ListCodesOfConduct(ctx context.Context) ([]*CodeOfConduct, *Response, error) { |
| 54 | return c.CodesOfConduct.List(ctx) |
| 55 | } |
| 56 | |
| 57 | // Get returns an individual code of conduct. |
| 58 | // |