destsns

package
v0.0.0-...-50baa5e Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DestSNS

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

func (*DestSNS) ID

func (d *DestSNS) ID() string

func (*DestSNS) Send

func (d *DestSNS) Send(name, desc string, rec map[string]interface{}, matchObj interface{}) error

func (*DestSNS) Type

func (d *DestSNS) Type() string

type Loader

type Loader struct {
}

func NewLoader

func NewLoader() *Loader

func (*Loader) Load

func (*Loader) Type

func (l *Loader) Type() string

type Payload

type Payload struct {
	Name   string                 `json:"name"`
	Desc   string                 `json:"description"`
	Record map[string]interface{} `json:"record"`
	Match  interface{}            `json:"match"`
}

Jump to

Keyboard shortcuts

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