Documentation ¶
Index ¶
Constants ¶
View Source
const (
TotalDuration = 45
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Developer ¶
type Developer struct { ID primitive.ObjectID `bson:"_id"` Name string `bson:"name"` Speed int `bson:"speed"` RemainingHours int `bson:"reamaning_hours"` }
func NewDevelopers ¶
func NewDevelopers() []Developer
func (*Developer) GetIntensityPerHour ¶
func (*Developer) GetWeekleyTotalHours ¶
func (*Developer) GetWeekleyTotalTasks ¶
type Provider ¶
type Provider struct { ID primitive.ObjectID `bson:"_id"` Name string `bson:"name,required"` TaskValueKey string `bson:"task_value_key,required"` TaskDurationKey string `bson:"task_duration_key,required"` TaskNameKey string `bson:"task_name_key,required"` Url string `bson:"url,required"` Tasks []valueobject.Task `bson:"tasks,omitempty"` }
Click to show internal directories.
Click to hide internal directories.