Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 v0.2.0 Jun 18, 2017 Changes in this version + var Actions = &ActionCache + var Users = &UsersCache + func CurlUic(team string) []*uic.User + func GetUsers(teams string) map[string]*uic.User + func LinkToSMS(content string) (string, error) + func ParseTeams(teams string) ([]string, []string, []string) + func UsersOf(team string) []*uic.User + type APIGetTeamOutput struct + TeamCreator string + Users []*uic.User + type Action struct + AfterCallbackMail int + AfterCallbackSms int + BeforeCallbackMail int + BeforeCallbackSms int + Callback int + Id int + Uic string + Url string + func CurlAction(id int) *Action + func GetAction(id int) *Action + type ActionCache struct + M map[int]*Action + func (this *ActionCache) Get(id int) *Action + func (this *ActionCache) Set(id int, action *Action) + type UsersCache struct + M map[string][]*uic.User + func (this *UsersCache) Get(team string) []*uic.User + func (this *UsersCache) Set(team string, users []*uic.User)