()
| 181 | } |
| 182 | |
| 183 | func (e ACLTestError) Error() string { |
| 184 | return fmt.Sprintf("%s, Data: %+v", e.ErrResponse.Error(), e.Data) |
| 185 | } |
| 186 | |
| 187 | func (c *Client) aclPOSTRequest(ctx context.Context, body []byte, avoidCollisions bool, etag, acceptHeader string) ([]byte, string, error) { |
| 188 | path := c.BuildTailnetURL("acl") |