Documentation
¶
Index ¶
- type GitHub
- type Group
- func (g *Group) Append(human *Human)
- func (g *Group) FindHumanByEmail(email string) *Human
- func (g *Group) FindHumanByName(name string) *Human
- func (g *Group) FindOrCreateHuman(name, email string) *Human
- func (g *Group) FindOrCreateHumanByEmail(email string) *Human
- func (g *Group) FindWithEmailDomains(domains ...string) *Group
- func (g *Group) FindWithPasswords() *Group
- func (g *Group) FindWithString(searchStrings ...string) *Group
- func (g *Group) IndexOf(id string) int
- func (g *Group) MemberByID(id string) *Human
- func (g *Group) MergeDuplicate()
- func (g *Group) MergeIDs(primaryID string, otherIDs ...string)
- func (g *Group) RemoveIDs(otherIDs ...string)
- func (g *Group) Sort()
- type Human
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
Members []*Human
}
func (*Group) FindHumanByEmail ¶
func (*Group) FindHumanByName ¶
func (*Group) FindOrCreateHuman ¶
func (*Group) FindOrCreateHumanByEmail ¶
func (*Group) FindWithEmailDomains ¶
func (*Group) FindWithPasswords ¶
func (*Group) FindWithString ¶
func (*Group) MemberByID ¶
func (*Group) MergeDuplicate ¶
func (g *Group) MergeDuplicate()
type Human ¶
func (*Human) AddPassword ¶
Click to show internal directories.
Click to hide internal directories.