Documentation ¶ Index ¶ type Build func (Build) Contracts() []entlite.Contract func (Build) Fields() []entlite.Field func (Build) Queries() []entlite.Query Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Build ¶ type Build struct { entlite.Schema } Build is one run of a ci pipeline, recorded when it finishes func (Build) Contracts ¶ func (Build) Contracts() []entlite.Contract func (Build) Fields ¶ func (Build) Fields() []entlite.Field func (Build) Queries ¶ func (Build) Queries() []entlite.Query Queries is a tour of what the dsl generates. A comment directly above a query becomes the comment of the generated sql and rpc, the group headers below are separated by a blank line, so they stay in this file. Source Files ¶ View all Source files build.gogenerate.go Click to show internal directories. Click to hide internal directories.