schemaless

package
v3.0.0-...-42de6d8 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SchemalessConn  = "conn"
	SchemalessWrite = "insert"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SchemalessController

type SchemalessController struct {
	// contains filtered or unexported fields
}

func NewSchemalessController

func NewSchemalessController() *SchemalessController

func (*SchemalessController) Init

func (s *SchemalessController) Init(ctl gin.IRouter)

type TaosSchemaless

type TaosSchemaless struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func NewTaosSchemaless

func NewTaosSchemaless(session *melody.Session) *TaosSchemaless

func (*TaosSchemaless) Close

func (t *TaosSchemaless) Close(logger *logrus.Entry)

type WSSchemalessErrorResp

type WSSchemalessErrorResp struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
	Action  string `json:"action"`
	ReqID   uint64 `json:"req_id"`
	Timing  int64  `json:"timing"`
}

Jump to

Keyboard shortcuts

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