dal

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dal

type Dal struct {
	DestinationService destination.Service
	Integrations       []*Integration
	FilterService      filter.Service
}

func CreateDalFromBytes added in v0.0.3

func CreateDalFromBytes(bytes []byte, k kube.Kube) *Dal

func GetDal

func GetDal() *Dal

type Integration

type Integration struct {
	Name         string   `yaml:"name"`
	Filters      []string `yaml:"filters"`
	Destinations []string `yaml:"destinations"`
}

func (*Integration) Exec

func (i *Integration) Exec(obj interface{}) (bool, error)

Jump to

Keyboard shortcuts

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