Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleGroup ¶
type GoogleGroup struct {
GroupName string
}
func NewGoogleGroup ¶
func NewGoogleGroup(name string) GoogleGroup
func (GoogleGroup) GetConversations ¶
func (g GoogleGroup) GetConversations(client http.Client) []GoogleGroupConversation
type GoogleGroupConversation ¶
func (GoogleGroupConversation) GetAllMessages ¶
func (c GoogleGroupConversation) GetAllMessages(client http.Client) []GoogleGroupMessage
type GoogleGroupMessage ¶
Click to show internal directories.
Click to hide internal directories.