sls

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const Type = "sls"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Endpoint        string `yaml:"endpoint,omitempty" validate:"required"`
	AccessKeyId     string `yaml:"accessKeyId,omitempty" validate:"required"`
	AccessKeySecret string `yaml:"accessKeySecret,omitempty" validate:"required"`
	Project         string `yaml:"project,omitempty" validate:"required"`
	LogStore        string `yaml:"logstore,omitempty" validate:"required"`
	Topic           string `yaml:"topic,omitempty"` // empty topic is supported in sls storage
}

type Sink

type Sink struct {
	// contains filtered or unexported fields
}

func NewSink

func NewSink() *Sink

func (*Sink) Category

func (s *Sink) Category() api.Category

func (*Sink) Config

func (s *Sink) Config() interface{}

func (*Sink) Consume

func (s *Sink) Consume(batch api.Batch) api.Result

func (*Sink) Init

func (s *Sink) Init(context api.Context) error

func (*Sink) Start

func (s *Sink) Start() error

func (*Sink) Stop

func (s *Sink) Stop()

func (*Sink) String

func (s *Sink) String() string

func (*Sink) Type

func (s *Sink) Type() api.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL