Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleGroup ¶
func NewGoogleGroup ¶
func NewGoogleGroup(name string, cookie ...string) GoogleGroup
func (GoogleGroup) GetConversations ¶
func (g GoogleGroup) GetConversations(client http.Client) []GoogleGroupConversation
type GoogleGroupConversation ¶
type GoogleGroupConversation struct {
Author string
Title string
Id string
GroupName string
AuthorNameToEmail map[string]string
}
func (GoogleGroupConversation) GetAllMessages ¶
func (c GoogleGroupConversation) GetAllMessages(client http.Client) []GoogleGroupMessage
func (*GoogleGroupConversation) GetAuthorNameToEmailMapping ¶ added in v0.0.4
func (c *GoogleGroupConversation) GetAuthorNameToEmailMapping(client http.Client, cookies ...string)
type GoogleGroupMessage ¶
Click to show internal directories.
Click to hide internal directories.