Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Type string `bson:"type" json:"type"` Title string `bson:"title" json:"title"` Description string `bson:"description" json:"description"` Key string `bson:"key" json:"key"` Width int `bson:"width" json:"width"` Show bool `bson:"show" json:"show"` Filter bool `bson:"filter" json:"filter"` FilterExpanded bool `bson:"filter_expanded" json:"filter_expanded"` CSV bool `bson:"csv" json:"csv"` Order string `bson:"order" json:"order"` }
type Custom ¶
type Custom struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Pattern string `bson:"pattern" json:"pattern"` Image string `bson:"image" json:"image"` Command string `bson:"command" json:"command"` Envs []EnvKeyValue `bson:"envs" json:"envs"` ValueType string `bson:"value_type" json:"value_type"` Field string `bson:"field" json:"field"` DefaultValue interface{} `bson:"default_value" json:"default_value"` ErrorValue interface{} `bson:"error_value" json:"error_value"` Enabled bool `bson:"enabled" json:"enabled"` BatchMode bool `bson:"batch_mode" json:"batch_mode"` }
type EnvKeyValue ¶
type GlobalSettings ¶
type GlobalSettings struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` ScoreColors []ScoreColor `bson:"score_colors" json:"score_colors"` ScoreWeights []ScoreWeight `bson:"score_weights" json:"score_weights"` }
type ScoreColor ¶
type ScoreWeight ¶
type UserView ¶
type UserView struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Username string `bson:"username" json:"username"` ShowArchived bool `bson:"show_archived" json:"show_archived"` Filters []UserViewFilter `bson:"filters" json:"filters"` Columns []primitive.ObjectID `bson:"columns" json:"columns"` }
type UserViewFilter ¶
Click to show internal directories.
Click to hide internal directories.