models

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ExportFormatSource  = "SOURCE"
	ExportFormatHtml    = "HTML"
	ExportFormatJupyter = "JUPYTER"
	ExportFormatDbc     = "DBC"
)
View Source
const (
	LanguageScala  = "SCALA"
	LanguagePython = "PYTHON"
	LanguageSQL    = "SQL"
	LanguageR      = "R"
)
View Source
const (
	ObjectTypeNotebook  = "NOTEBOOK"
	ObjectTypeDirectory = "DIRECTORY"
	ObjectTypeLibrary   = "LIBRARY"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportFormat

type ExportFormat string

type Language

type Language string

type ObjectInfo

type ObjectInfo struct {
	ObjectType *ObjectType `json:"object_type,omitempty" url:"object_type,omitempty"`
	Path       string      `json:"path,omitempty" url:"path,omitempty"`
	Language   *Language   `json:"language,omitempty" url:"language,omitempty"`
}

type ObjectType

type ObjectType string

Jump to

Keyboard shortcuts

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