Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomFieldName ¶
func InputEdges ¶
func InputEdges(m *entgql.MutationDescriptor) []*gen.Edge
func LoadSchema ¶
func LoadSystemEntities ¶ added in v0.1.3
func LoadSystemEntities()
LoadSystemEntities loads hardcoded system entities into the cache. This avoids the need to load schema files from the labra module.
Types ¶
type OSFileSystem ¶
type OSFileSystem struct {
}
func NewOSFileSystem ¶
func NewOSFileSystem() OSFileSystem
func (OSFileSystem) CopyDirectory ¶
func (fs OSFileSystem) CopyDirectory(from, to string) error
func (OSFileSystem) Exit ¶
func (OSFileSystem) Exit(code int)
func (OSFileSystem) Remove ¶
func (OSFileSystem) Remove(name string) error
Click to show internal directories.
Click to hide internal directories.