Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
Tables []schema.SQLTable
Queries []*Query
Mutations []*Mutation
Config *config.NeedleConfig
}
Repo is the root struct.
func NewRepoFromConfig ¶
func NewRepoFromConfig(config *config.NeedleConfig) (*Repo, error)
NewRepoFromConfig - panic if error
Click to show internal directories.
Click to hide internal directories.