Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
func (*Dependency) GetAllDukun ¶
func (d *Dependency) GetAllDukun(ctx context.Context) ([]Dukun, error)
type Dukun ¶
type Dukun struct { UserID int64 `json:"userID" bson:"userID"` FirstName string `json:"firstName" bson:"firstName"` LastName string `json:"lastName" bson:"lastName"` UserName string `json:"userName" bson:"userName"` Points int `json:"points" bson:"points"` Master bool `json:"master" bson:"master"` CreatedAt time.Time `json:"createdAt" bson:"createdAt"` UpdatedAt time.Time `json:"updatedAt" bson:"updatedAt"` }
Click to show internal directories.
Click to hide internal directories.