Documentation
¶
Overview ¶
Package schema contains schemas with additional fields id, created, updated form pocketbase.
Package schema Automatically generated by gen_structs.go, DO NOT EDIT manually
Index ¶
Constants ¶
View Source
const ( CollectionEvent = "crawl_event" CollectionNotifier = "crawl_notifier" CollectionTarget = "crawl_target" )
collections
Variables ¶
This section is empty.
Functions ¶
func ConvertType ¶
func ToPascalCase ¶
Types ¶
type CollectionExport ¶
type CollectionExport struct {
Id string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
System bool `json:"system"`
Schema []schema.SchemaField `json:"schema"`
Indexes []string `json:"indexes"`
ListRule interface{} `json:"listRule"`
ViewRule interface{} `json:"viewRule"`
CreateRule interface{} `json:"createRule"`
UpdateRule interface{} `json:"updateRule"`
DeleteRule interface{} `json:"deleteRule"`
Options struct {
} `json:"options"`
}
type CrawlEvent ¶
type CrawlNotifier ¶
Click to show internal directories.
Click to hide internal directories.