service backend
This commit is contained in:
6
api/pkg/model/colorable.go
Normal file
6
api/pkg/model/colorable.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type Colorable struct {
|
||||
Describable `bson:",inline" json:",inline"`
|
||||
Color *string `bson:"color,omitempty" json:"color,omitempty"` // Optional color (e.g., hex code for UI display)
|
||||
}
|
||||
Reference in New Issue
Block a user