test

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElasticTestResponse

type ElasticTestResponse struct {
	Hits struct {
		Total struct {
			Value int `json:"value"`
		} `json:"total"`
		Hits []struct {
			Index  string      `json:"_index"`
			Type   string      `json:"_type"`
			ID     string      `json:"_id"`
			Score  interface{} `json:"_score"`
			Source struct {
				Email      string    `json:"email"`
				LastUpdate time.Time `json:"last_update"`
				UserID     int       `json:"user_id"`
			} `json:"_source"`
		} `json:"hits"`
	} `json:"hits"`
}

type FakeExitSignal

type FakeExitSignal struct{}

func (FakeExitSignal) Signal

func (FakeExitSignal) Signal()

func (FakeExitSignal) String

func (FakeExitSignal) String() string

Jump to

Keyboard shortcuts

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