client.go 214 B

123456789
  1. package models
  2. import "google.golang.org/api/calendar/v3"
  3. type Client struct {
  4. CalendarListEntry *calendar.CalendarListEntry
  5. Client string `json:"client"`
  6. Ticker string `json:"ticker"`
  7. }