model

package
v0.0.0-...-a7417c2 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	Type      string `json:"type"`
	ConnctStr string `json:"connctstr"`
	User      string `json:"user"`
	Password  string `json:"password"`
	PassKey   string `json:"passkey"`
	Path      string `json:"path"`
	Context   context.Context
}

type DestinationDetails

type DestinationDetails struct {
	Id          int
	Name        string
	DestType    string
	DestConnStr string
	Path        string
	ConnId      int
}

type SourceDetails

type SourceDetails struct {
	Id            int
	Name          string
	SourceType    string
	SourceConnStr string
	Path          string
	ConnId        int
}

type TaskDetails

type TaskDetails struct {
	Id          int
	TaskName    string
	Schedule    string
	Source      SourceDetails
	Destination DestinationDetails
	Transform   TransformDetails
}

type TransformDetails

type TransformDetails struct {
	Id              int
	Name            string
	SourceDelimiter string
	DestDelimiter   string
}

Jump to

Keyboard shortcuts

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