Documentation
¶
Index ¶
- type AppVars
- type EnvVars
- type FlyVars
- type ProcflyVars
- type Renderer
- func (r *Renderer) Command(tmpl string) (process.Command, error)
- func (r *Renderer) Commands(tmpls map[string]string) (map[string]process.Command, error)
- func (r *Renderer) Hash() string
- func (r *Renderer) InlineTemplates(tmpls map[string]string) error
- func (r *Renderer) Reset(vars any)
- func (r *Renderer) TemplateFiles(tmpls map[string]string) error
- type Vars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlyVars ¶
type FlyVars struct { // Local hostname (localhost / fly-local-6pn) Host string // The deployed app's name AppName string // The region that this instance is deployed in Region string // All regions that this app is deployed in AllRegions []string // The IP address for this instance IP string // All IPs for the deployed app PeerIPs []string ServerName string AllocID string PeerAllocIDs []string }
type ProcflyVars ¶
Click to show internal directories.
Click to hide internal directories.