models

package
v0.0.0-...-bf201e6 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: MIT 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"
	ObjectTypeRepository = "REPO"
)

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"`
	ObjectID   int64      `json:"object_id,omitempty" url:"object_id,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