Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator interface {
Generate(host string) (tls.Certificate, []byte, error)
}
type MockGenerator ¶
MockGenerator is an autogenerated mock type for the Generator type
func (*MockGenerator) Generate ¶
func (_m *MockGenerator) Generate(host string) (tls.Certificate, []byte, error)
Generate provides a mock function with given fields: host
type X509Generator ¶
type X509Generator struct{}
func (X509Generator) Generate ¶
func (c X509Generator) Generate(host string) (tls.Certificate, []byte, error)
Click to show internal directories.
Click to hide internal directories.