Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Drawer ¶
type Drawer struct { P Participants // contains filtered or unexported fields }
type Participant ¶
type Participant struct {
// contains filtered or unexported fields
}
func NewParticipant ¶
func NewParticipant(name, mail, tip string) *Participant
func (*Participant) SetBlacklist ¶
func (p *Participant) SetBlacklist(s Participants)
func (*Participant) String ¶
func (p *Participant) String() string
type Participants ¶
type Participants []*Participant
Click to show internal directories.
Click to hide internal directories.