//
pkg.gl
Category
github.com/clarechu/docker-proxy
pkg
utils
defaults
package
0.0.1
Repository:
https://github.com/clarechu/docker-proxy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
187 SLOC
#
Functions
CanUpdate
CanUpdate returns true when the given value is an initial value of its type.
MustSet
MustSet function is a wrapper of Set function It will call Set and panic if err not equals nil.
Set
Set initializes members in a struct referenced by a pointer.
#
Interfaces
Setter
Setter is an interface for setting default values.