mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
11 lines
161 B
Go
11 lines
161 B
Go
package cluster
|
|
|
|
import "crypto/tls"
|
|
|
|
type Options struct {
|
|
TLSConfig *tls.Config
|
|
OvercommitRatio float64
|
|
Discovery string
|
|
Heartbeat int
|
|
}
|