goesodm

package module
v0.0.0-...-e46e01d Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

README

goesodm

Elasticsearch ODM base on golang

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aliaser

type Aliaser interface {
	Mappinger
	Alias() string
}

Aliaser is a single alias of elastic search

type Initer

type Initer interface {
	Write2Es() error
	Next() bool
}

Initer with

type Logger

type Logger interface {
	Errorf(format string, args ...interface{})
	Warnf(format string, args ...interface{})
	Infof(format string, args ...interface{})
	Debugf(format string, args ...interface{})
}

Logger with error warn info debug trace

type Mappinger

type Mappinger interface {
	Mapping() string
	Index() string
	Type() string
	Init() Initer
}

Mappinger is a elastic search mapping

Jump to

Keyboard shortcuts

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