Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplierSchema = schema.StructFunc(func(prototype *Applier) *schema.StructBuilder[Applier] { return schema.Struct(prototype, schema.F("Path", &prototype.Path, schema.String()), ).DebugName("upload.local#Applier") })
View Source
var ConfigSchema = schema.StructFunc(func(prototype *Config) *schema.StructBuilder[Config] { return schema.Struct(prototype, schema.F("path", &prototype.Path, schema.String().Default("")), ).DebugName("upload.local#Config") })
View Source
var ParamsSchema = schema.StructFunc(func(prototype *Params) *schema.StructBuilder[Params] { return schema.Struct(prototype, schema.F("path", &prototype.Path, schema.String().Default("")), ).DebugName("upload.local#Params") })
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.