Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasAdapter ¶
func SetAdapter ¶
Types ¶
type Conn ¶
type Conn struct { slots.UnimplementedControlServiceServer // contains filtered or unexported fields }
func (*Conn) GetTagValue ¶
func (*Conn) SetTagValue ¶
func (*Conn) SyncTagValue ¶
type Connect ¶
func GetAdapter ¶
type SourceOption ¶
type SourceOption interface {
// contains filtered or unexported methods
}
func WithDebug ¶
func WithDebug(debug bool) SourceOption
func WithReadDataInterval ¶
func WithReadDataInterval(d time.Duration) SourceOption
func WithTickerInterval ¶
func WithTickerInterval(d time.Duration) SourceOption
type SourceSlot ¶
type SourceSlot struct {
// contains filtered or unexported fields
}
func Source ¶
func Source(es *edge.EdgeService, opts ...SourceOption) (*SourceSlot, error)
func (*SourceSlot) Start ¶
func (ts *SourceSlot) Start()
func (*SourceSlot) Stop ¶
func (ts *SourceSlot) Stop()
Click to show internal directories.
Click to hide internal directories.