Documentation ¶ Index ¶ Variables func Connect() error func GetChildEntriesByUid(uid string, locale string) ([]structs.Route, error) func GetState(name string) (string, error) func SetRoute(route structs.Route) error func SetState(name string, value string) error Constants ¶ This section is empty. Variables ¶ View Source var DB *sql.DB Functions ¶ func Connect ¶ func Connect() error func GetChildEntriesByUid ¶ func GetChildEntriesByUid(uid string, locale string) ([]structs.Route, error) func GetState ¶ func GetState(name string) (string, error) func SetRoute ¶ func SetRoute( route structs.Route, ) error func SetState ¶ func SetState(name string, value string) error Types ¶ This section is empty. Source Files ¶ View all Source files get-child-entries.go main.go routes.go state.go Click to show internal directories. Click to hide internal directories.