Documentation
¶
Index ¶
- func Air(options AirOptions) (err error)
- func Bun(options BunOptions) (err error)
- func Copy(options CopyOptions) (err error)
- func Core(options CoreOptions) (err error)
- func Database(options DatabaseOptions) (err error)
- func Download(options DownloadOptions) (ins Install, evc Evict, err error)
- func Forms(options FormsOptions) error
- func Links(options LinksOptions) error
- func Parse(source string, build Build) (text string, err error)
- func Project(options ProjectOptions) (err error)
- func Queries(options QueriesOptions) (err error)
- func Session(options SessionOptions) (err error)
- func Sqlc(options SqlcOptions) (err error)
- type AirOptions
- type Block
- type Build
- type BunOptions
- type CopyOptions
- type CoreOptions
- type DatabaseOptions
- type DownloadOptions
- type EmbeddedZipOptions
- type Evict
- type FormsOptions
- type Install
- type LinksOptions
- type Mod
- type ProjectOptions
- type QueriesOptions
- type SessionOptions
- type SqlcOptions
- type State
- type Submit
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Air ¶
func Air(options AirOptions) (err error)
func Bun ¶
func Bun(options BunOptions) (err error)
func Copy ¶
func Copy(options CopyOptions) (err error)
func Core ¶
func Core(options CoreOptions) (err error)
func Database ¶
func Database(options DatabaseOptions) (err error)
func Forms ¶
func Forms(options FormsOptions) error
func Links ¶
func Links(options LinksOptions) error
func Project ¶
func Project(options ProjectOptions) (err error)
func Queries ¶
func Queries(options QueriesOptions) (err error)
func Session ¶
func Session(options SessionOptions) (err error)
func Sqlc ¶
func Sqlc(options SqlcOptions) (err error)
Types ¶
type CopyOptions ¶
type DatabaseOptions ¶
type DownloadOptions ¶
type QueriesOptions ¶
type SessionOptions ¶
type State ¶
type State uint64
const DoneReadingOriginalString State = 101
const DoneReadingReplacementString State = 201
const EscapingOriginal State = 98
const EscapingReplacement State = 99
const ExpectingReplacementString State = 900
const Invalid State = 1000
const ReadingOriginalString State = 100
const ReadingReplacementString State = 200
const Start State = 0
Click to show internal directories.
Click to hide internal directories.