Skip to content

Commit 5403bf5

Browse files
committed
add struct field comment
1 parent 733e1e9 commit 5403bf5

File tree

1 file changed

+1
-1
lines changed
  • internal/controller/nginx/config/http

1 file changed

+1
-1
lines changed

internal/controller/nginx/config/http/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const (
120120
// Upstream holds all configuration for an HTTP upstream.
121121
type Upstream struct {
122122
Name string
123-
ZoneSize string
123+
ZoneSize string // format: 512k, 1m
124124
StateFile string
125125
LoadBalancingMethod string
126126
KeepAlive UpstreamKeepAlive

0 commit comments

Comments
 (0)