Registry / networking / haproxytech-models

haproxytech-models

JSON →
library1.2.4gogounverified

Provides data models for HAProxy configuration and management.

go get github.com/haproxytech/models
INSTALL
IMPORT
SIG · HAPROXYTECH-MODELS
H
haproxytech-models
networkinggov1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

models
github.com/haproxytech/models

Creates a Backend model instance.

package main import ( "fmt" "github.com/haproxytech/models" ) func main() { b := models.Backend{Name: "mybackend"} fmt.Println(b.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
haproxytech-models — go get haproxytech-models · libregistry