Documentation ¶
Index ¶
- type Googlenotification
- func (googlenotification *Googlenotification) CreateTopic(request interface{}) (resp interface{}, err error)
- func (googlenotification *Googlenotification) DeleteTopic(request interface{}) (resp interface{}, err error)
- func (googlenotification *Googlenotification) GetTopic(request interface{}) (resp interface{}, err error)
- func (googlenotification *Googlenotification) ListTopic(request interface{}) (resp interface{}, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Googlenotification ¶
type Googlenotification struct { }
Googlenotification struct represents Google notification service and methods associates with it.
func (*Googlenotification) CreateTopic ¶
func (googlenotification *Googlenotification) CreateTopic(request interface{}) (resp interface{}, err error)
CreateTopic creates tpoic
func (*Googlenotification) DeleteTopic ¶
func (googlenotification *Googlenotification) DeleteTopic(request interface{}) (resp interface{}, err error)
DeleteTopic delete topic
func (*Googlenotification) GetTopic ¶
func (googlenotification *Googlenotification) GetTopic(request interface{}) (resp interface{}, err error)
GetTopic gets topic
func (*Googlenotification) ListTopic ¶
func (googlenotification *Googlenotification) ListTopic(request interface{}) (resp interface{}, err error)
ListTopic list topic
Click to show internal directories.
Click to hide internal directories.