Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EtcdOptions ¶
type Options ¶
type Options struct { ApiPort int ApiInterface string PidPath string Port int Interface string CertPath string EngineType string EtcdOptions TomlOptions Log string LogSeverity string ServerReadTimeout time.Duration ServerWriteTimeout time.Duration ServerMaxHeaderBytes int EndpointDialTimeout time.Duration EndpointReadTimeout time.Duration SealKey string StatsdAddr string StatsdPrefix string }
func ParseCommandLine ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetAPIFile ¶
func (s *Service) GetAPIFile() (*proxy.FileDescriptor, error)
func (Service) WaitUntilStarted ¶
func (s Service) WaitUntilStarted()
type TomlOptions ¶
Click to show internal directories.
Click to hide internal directories.