Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCProxy ¶
type GRPCProxy struct { Logger logrus.FieldLogger Handler func(ctx context.Context, ts *transport.Stream, t transport.ServerTransport) }
type GraylogOptions ¶
type Options ¶
type Options struct { Debug bool `default:"false"` Host string `required:"true"` KeyFile string CrtFile string InstanceName string `required:"true"` Target TargetOptions Graylog GraylogOptions }
func LoadConfig ¶
type SizedReader ¶
type StreamHandler ¶
type StreamHandler struct { Logger logrus.FieldLogger PortalOptions TargetOptions }
func (*StreamHandler) HandleStream ¶
func (s *StreamHandler) HandleStream(ctx context.Context, ts *transport.Stream, t transport.ServerTransport)
Click to show internal directories.
Click to hide internal directories.