Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migrations embed.FS
Migrations of the network manager. Apply by merging with your local migrations using fsx.Merge() and then passing all to the migration box.
Functions ¶
func AddressIsUnixSocket ¶ added in v0.0.221
func MakeListener ¶ added in v0.0.221
Types ¶
type Network ¶
type Network struct { ID uuid.UUID `json:"id" db:"id"` // CreatedAt is a helper struct field for gobuffalo.pop. CreatedAt time.Time `json:"-" db:"created_at"` // UpdatedAt is a helper struct field for gobuffalo.pop. UpdatedAt time.Time `json:"-" db:"updated_at"` }
func NewNetwork ¶
func NewNetwork() *Network
Click to show internal directories.
Click to hide internal directories.