powerbi

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TypeMapKassetteToDest = map[string]string{
		"NUMBER":   "number",
		"TEXT":     "string",
		"DATETIME": "datetime",
	}
)

Functions

This section is empty.

Types

type HandleT

type HandleT struct {
	Url    string            `json:"Url"`
	Method string            `json:"Method"`
	Query  string            `json:"Query"`
	Header map[string]string `json:"Header"`
	Client *http.Client
}

func (*HandleT) Init

func (handle *HandleT) Init(config string) bool

func (*HandleT) Send

func (handle *HandleT) Send(payload json.RawMessage, _ map[string]interface{}) (int, string, []interface{})

type TransformerHandleT

type TransformerHandleT struct{}

func (*TransformerHandleT) Convert

func (handleT *TransformerHandleT) Convert(v interface{}, converToType string) (interface{}, bool)

Jump to

Keyboard shortcuts

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