Documentation ¶
Index ¶
- Constants
- func TestEtcd(t *testing.T)
- type EngineSuite
- func (s *EngineSuite) BackendCRUD(c *C)
- func (s *EngineSuite) BackendDeleteUnused(c *C)
- func (s *EngineSuite) BackendDeleteUsed(c *C)
- func (s *EngineSuite) EmptyParams(c *C)
- func (s *EngineSuite) FrontendBadBackend(c *C)
- func (s *EngineSuite) FrontendCRUD(c *C)
- func (s *EngineSuite) FrontendExpire(c *C)
- func (s *EngineSuite) HostCRUD(c *C)
- func (s *EngineSuite) HostUpsertKeyPair(c *C)
- func (s *EngineSuite) HostWithKeyPair(c *C)
- func (s *EngineSuite) HostWithOCSP(c *C)
- func (s *EngineSuite) ListenerCRUD(c *C)
- func (s *EngineSuite) ListenerSettingsCRUD(c *C)
- func (s *EngineSuite) MiddlewareBadFrontend(c *C)
- func (s *EngineSuite) MiddlewareBadType(c *C)
- func (s *EngineSuite) MiddlewareCRUD(c *C)
- func (s *EngineSuite) MiddlewareExpire(c *C)
- func (s *EngineSuite) ServerCRUD(c *C)
- func (s *EngineSuite) ServerExpire(c *C)
Constants ¶
View Source
const ( TomlCfgDefaultListener = `` /* 138-byte string literal not displayed */ TomlCfgOriginFrontend = `` /* 128-byte string literal not displayed */ TomlCfgOriginBackend = `` /* 271-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EngineSuite ¶
func (*EngineSuite) BackendCRUD ¶
func (s *EngineSuite) BackendCRUD(c *C)
func (*EngineSuite) BackendDeleteUnused ¶
func (s *EngineSuite) BackendDeleteUnused(c *C)
func (*EngineSuite) BackendDeleteUsed ¶
func (s *EngineSuite) BackendDeleteUsed(c *C)
func (*EngineSuite) EmptyParams ¶
func (s *EngineSuite) EmptyParams(c *C)
func (*EngineSuite) FrontendBadBackend ¶
func (s *EngineSuite) FrontendBadBackend(c *C)
func (*EngineSuite) FrontendCRUD ¶
func (s *EngineSuite) FrontendCRUD(c *C)
func (*EngineSuite) FrontendExpire ¶
func (s *EngineSuite) FrontendExpire(c *C)
func (*EngineSuite) HostCRUD ¶
func (s *EngineSuite) HostCRUD(c *C)
func (*EngineSuite) HostUpsertKeyPair ¶
func (s *EngineSuite) HostUpsertKeyPair(c *C)
func (*EngineSuite) HostWithKeyPair ¶
func (s *EngineSuite) HostWithKeyPair(c *C)
func (*EngineSuite) HostWithOCSP ¶
func (s *EngineSuite) HostWithOCSP(c *C)
func (*EngineSuite) ListenerCRUD ¶
func (s *EngineSuite) ListenerCRUD(c *C)
func (*EngineSuite) ListenerSettingsCRUD ¶
func (s *EngineSuite) ListenerSettingsCRUD(c *C)
func (*EngineSuite) MiddlewareBadFrontend ¶
func (s *EngineSuite) MiddlewareBadFrontend(c *C)
func (*EngineSuite) MiddlewareBadType ¶
func (s *EngineSuite) MiddlewareBadType(c *C)
func (*EngineSuite) MiddlewareCRUD ¶
func (s *EngineSuite) MiddlewareCRUD(c *C)
func (*EngineSuite) MiddlewareExpire ¶
func (s *EngineSuite) MiddlewareExpire(c *C)
func (*EngineSuite) ServerCRUD ¶
func (s *EngineSuite) ServerCRUD(c *C)
func (*EngineSuite) ServerExpire ¶
func (s *EngineSuite) ServerExpire(c *C)
Click to show internal directories.
Click to hide internal directories.