Documentation
¶
Index ¶
- type Auth
- type BasicAuth
- type NoAuth
- type RegistryServer
- func NewRegistry(data test.Data, helpers test.Helpers, ca *testca.CA, port int, auth Auth, ...) *RegistryServer
- func NewWithNoAuth(data test.Data, helpers test.Helpers, port int, tls bool) *RegistryServer
- func NewWithTokenAuth(data test.Data, helpers test.Helpers, user, pass string, port int, tls bool) *RegistryServer
- type TokenAuth
- type TokenAuthServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryServer ¶
type RegistryServer struct { IP net.IP Port int Scheme string ListenIP net.IP Cleanup func(err error) Logs func() HostsDir string // contains "<HostIP>:<ListenPort>/hosts.toml" }
func NewRegistry ¶
func NewWithNoAuth ¶
func NewWithTokenAuth ¶
Click to show internal directories.
Click to hide internal directories.