Skip to content

Instantly share code, notes, and snippets.

@satyamz
Created January 5, 2018 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satyamz/c31df8524d32faa2ae8c83923b66635e to your computer and use it in GitHub Desktop.
Save satyamz/c31df8524d32faa2ae8c83923b66635e to your computer and use it in GitHub Desktop.
Go struct for the json schema
type MockData []struct {
TeamID string `json:"team_id"`
ChannelID string `json:"channel_id"`
APIKey string `json:"api_key"`
ClsuterList []string `json:"clsuter_list"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment