Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certstream ¶ added in v1.8.0
type Certstream struct {
// contains filtered or unexported fields
}
func NewCertstreamFromConfigFile ¶ added in v1.8.0
func NewCertstreamFromConfigFile(configPath string) (*Certstream, error)
NewCertstreamFromConfigFile creates a new Certstream server from a config file.
func NewCertstreamServer ¶ added in v1.8.0
func NewCertstreamServer(config config.Config) (*Certstream, error)
NewCertstreamServer creates a new Certstream server from a config struct.
func (*Certstream) Start ¶ added in v1.8.0
func (cs *Certstream) Start()
Start starts the webserver and the watcher. This is a blocking function that will run until the server is stopped.
func (*Certstream) Stop ¶ added in v1.8.0
func (cs *Certstream) Stop()
Stop stops the watcher and the webserver.
Click to show internal directories.
Click to hide internal directories.