Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ARRIVED_FIELD = "Arrived"
)
View Source
var (
CLEANED_FIELD_NAME = "Cleaned"
)
View Source
var (
GOAL_FOLDER_FIELD = "Goal Folder"
)
View Source
var (
KEEP_FIELD = "Keep"
)
View Source
var (
LAST_SALE_UPDATE_FIELD = "LastSaleUpdate"
)
View Source
var (
LISTEN_FIELD = "LastListenDate"
)
View Source
var (
SLEEVE_FIELD = "Sleeve"
)
View Source
var (
WEIGHT_FIELD = "Weight"
)
View Source
var (
WIDTH_FIELD = "Width"
)
Functions ¶
func Hash ¶
func Hash(c *pb.GramophileConfig) string
func ValidateConfig ¶ added in v0.117.0
func ValidateConfig(ctx context.Context, user *pb.StoredUser, fields []*pbd.Field, c *pb.GramophileConfig) ([]*pbd.Folder, []*pb.FolderMove, error)
Types ¶
type Validator ¶ added in v0.190.0
type Validator interface { Validate(ctx context.Context, fields []*pbd.Field, c *pb.GramophileConfig) error GetMoves(c *pb.GramophileConfig) []*pb.FolderMove }
Click to show internal directories.
Click to hide internal directories.