Documentation ¶
Index ¶
- type EnvoyAlsServer
- func (s *EnvoyAlsServer) Close() error
- func (s *EnvoyAlsServer) Dial() error
- func (s *EnvoyAlsServer) Errors() chan error
- func (s *EnvoyAlsServer) Packets() chan syslog.Packet
- func (s *EnvoyAlsServer) Pools() bool
- func (s *EnvoyAlsServer) StreamAccessLogs(stream v2.AccessLogService_StreamAccessLogsServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvoyAlsServer ¶
type EnvoyAlsServer struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(address string) (*EnvoyAlsServer, error)
func (*EnvoyAlsServer) Close ¶
func (s *EnvoyAlsServer) Close() error
func (*EnvoyAlsServer) Dial ¶
func (s *EnvoyAlsServer) Dial() error
func (*EnvoyAlsServer) Errors ¶
func (s *EnvoyAlsServer) Errors() chan error
func (*EnvoyAlsServer) Packets ¶
func (s *EnvoyAlsServer) Packets() chan syslog.Packet
func (*EnvoyAlsServer) Pools ¶
func (s *EnvoyAlsServer) Pools() bool
func (*EnvoyAlsServer) StreamAccessLogs ¶
func (s *EnvoyAlsServer) StreamAccessLogs(stream v2.AccessLogService_StreamAccessLogsServer) error
Click to show internal directories.
Click to hide internal directories.