db

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CleanAction added in v0.3.0

type CleanAction struct {
	actionutils.ParentAction
}

func (*CleanAction) Init added in v0.3.0

func (this *CleanAction) Init()

func (*CleanAction) RunGet added in v0.3.0

func (this *CleanAction) RunGet(params struct {
	NodeId int64
})

func (*CleanAction) RunPost added in v0.3.0

func (this *CleanAction) RunPost(params struct {
	NodeId int64

	Must *actions.Must
})

type CreatePopupAction

type CreatePopupAction struct {
	actionutils.ParentAction
}

func (*CreatePopupAction) Init

func (this *CreatePopupAction) Init()

func (*CreatePopupAction) RunGet

func (this *CreatePopupAction) RunGet(params struct{})

func (*CreatePopupAction) RunPost

func (this *CreatePopupAction) RunPost(params struct {
	Name     string
	Host     string
	Port     int32
	Database string
	Username string
	Password string

	Description string
	IsOn        bool

	Must *actions.Must
})

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

func (this *DeleteAction) RunPost(params struct {
	NodeId int64
})

type DeleteTableAction added in v0.0.9

type DeleteTableAction struct {
	actionutils.ParentAction
}

func (*DeleteTableAction) RunPost added in v0.0.9

func (this *DeleteTableAction) RunPost(params struct {
	NodeId int64
	Table  string
})

type Helper

type Helper struct {
}

func (*Helper) BeforeAction

func (this *Helper) BeforeAction(action *actions.ActionObject)

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct{})

type LogsAction added in v0.3.0

type LogsAction struct {
	actionutils.ParentAction
}

func (*LogsAction) Init added in v0.3.0

func (this *LogsAction) Init()

func (*LogsAction) RunGet added in v0.3.0

func (this *LogsAction) RunGet(params struct {
	NodeId int64

	DayFrom string
	DayTo   string
	Keyword string
	Level   string
})

type NodeAction added in v0.3.0

type NodeAction struct {
	actionutils.ParentAction
}

func (*NodeAction) Init added in v0.3.0

func (this *NodeAction) Init()

func (*NodeAction) RunGet added in v0.3.0

func (this *NodeAction) RunGet(params struct {
	NodeId int64
})

type StatusAction added in v0.3.0

type StatusAction struct {
	actionutils.ParentAction
}

func (*StatusAction) RunPost added in v0.3.0

func (this *StatusAction) RunPost(params struct {
	NodeId int64
})

type TruncateTableAction added in v0.0.9

type TruncateTableAction struct {
	actionutils.ParentAction
}

func (*TruncateTableAction) RunPost added in v0.0.9

func (this *TruncateTableAction) RunPost(params struct {
	NodeId int64
	Table  string
})

type UpdateAction added in v0.3.0

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init added in v0.3.0

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet added in v0.3.0

func (this *UpdateAction) RunGet(params struct {
	NodeId int64
})

func (*UpdateAction) RunPost added in v0.3.0

func (this *UpdateAction) RunPost(params struct {
	NodeId int64

	Name     string
	Host     string
	Port     int32
	Database string
	Username string
	Password string

	Description string
	IsOn        bool

	Must *actions.Must
})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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