Documentation ¶
Overview ¶
Package entconfig holds configuration stuff for the ent server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // EntityTypes is the list of entity types to create by default for the organization EntityTypes []string `json:"entityTypes" koanf:"entityTypes" default:"" description:"entity types to create for the organization"` }
Config holds the configuration for the ent server
Click to show internal directories.
Click to hide internal directories.