Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TokenFromWeb ¶
func TokenFromWeb(option Option)
TokenFromWeb ****************************************************************************************************************************************
Types ¶
type Context ¶
type Context struct { *oauth2.Config *oauth2.Token AllDay bool CalendarId string Description string Recurrency []string Timezone string StartTime time.Time EndTime time.Time Transparency string MaxResult int64 NextPage string Header textproto.MIMEHeader Body []byte Attach map[string][]byte AttachOnce sync.Once }
Context ****************************************************************************************************************************************
func (*Context) ApplyOptions ¶
ApplyOptions ****************************************************************************************************************************************
func (*Context) GetClientOption ¶
func (o *Context) GetClientOption() option.ClientOption
GetClientOption ****************************************************************************************************************************************
type Event ¶
Event ****************************************************************************************************************************************
type Events ¶
Events ****************************************************************************************************************************************
type Message ¶
type Message interface {
Err() error
}
Message ****************************************************************************************************************************************
type Option ¶
type Option func(*Context)
Option ****************************************************************************************************************************************
func ClientSecretOption ¶
ClientSecretOption ****************************************************************************************************************************************
func OAuthTokenOption ¶
OAuthTokenOption ****************************************************************************************************************************************