db

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CleanPopupAction added in v0.0.9

type CleanPopupAction struct {
	actionutils.ParentAction
}

func (*CleanPopupAction) Init added in v0.0.9

func (this *CleanPopupAction) Init()

func (*CleanPopupAction) RunGet added in v0.0.9

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

func (*CleanPopupAction) RunPost added in v0.0.9

func (this *CleanPopupAction) 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 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 UpdatePopupAction

type UpdatePopupAction struct {
	actionutils.ParentAction
}

func (*UpdatePopupAction) Init

func (this *UpdatePopupAction) Init()

func (*UpdatePopupAction) RunGet

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

func (*UpdatePopupAction) RunPost

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

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

	Description string
	IsOn        bool

	Must *actions.Must
})

Jump to

Keyboard shortcuts

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