script

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HServerReadyCheckScript

type HServerReadyCheckScript struct {
	Host    string
	Port    int
	Timeout int
}

func (HServerReadyCheckScript) GenScript

func (m HServerReadyCheckScript) GenScript() (string, error)

type HStoreMountDiskScript

type HStoreMountDiskScript struct {
	Host    string
	Shard   uint
	Disk    uint
	DataDir string
}

func (HStoreMountDiskScript) GenScript

func (h HStoreMountDiskScript) GenScript() (string, error)

type HStoreReadyCheckScript

type HStoreReadyCheckScript struct {
	Host         string
	AdminApiPort int
	Timeout      int
}

func (HStoreReadyCheckScript) GenScript

func (m HStoreReadyCheckScript) GenScript() (string, error)

type KibanaReadyCheck added in v0.3.0

type KibanaReadyCheck struct {
	KibanaHost string
	KibanaPort string
	FilePath   string
	Timeout    string
}

func (KibanaReadyCheck) GenScript added in v0.3.0

func (m KibanaReadyCheck) GenScript() (string, error)

type MetaStoreReadyCheckScript

type MetaStoreReadyCheckScript struct {
	Host    string
	Port    int
	Timeout int
}

func (MetaStoreReadyCheckScript) GenScript

func (m MetaStoreReadyCheckScript) GenScript() (string, error)

type Script

type Script interface {
	GenScript() (string, error)
}

Jump to

Keyboard shortcuts

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