Skip to content

Instantly share code, notes, and snippets.

@plutov
Created April 27, 2020 10:42
Show Gist options
  • Save plutov/cce836297a0489e1deb51d0cd6de9db5 to your computer and use it in GitHub Desktop.
Save plutov/cce836297a0489e1deb51d0cd6de9db5 to your computer and use it in GitHub Desktop.
api-client-4.go
type FacesListOptions struct {
Limit int `json:"limit"`
Page int `json:"page"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment