Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerServiceOpts ¶
type HandlerServiceOpts struct { Logger *log.Logger Addr string Handler http.Handler WebRoot string ServiceName string Insecure bool Hosts []string CacheDir string UseSelfSigned bool }
func CreateHandlerServiceOpts ¶
func CreateHandlerServiceOpts(addr string, handler http.Handler) HandlerServiceOpts
type HttpService ¶
type HttpService struct {
// contains filtered or unexported fields
}
func (*HttpService) IsRunning ¶
func (r *HttpService) IsRunning() bool
func (*HttpService) Name ¶
func (r *HttpService) Name() string
func (*HttpService) Run ¶
func (r *HttpService) Run() error
Click to show internal directories.
Click to hide internal directories.