executeHistoryTable

package
v1.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	DefaultPageSize = 15
	DefaultPageNo   = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecuteHistoryTable

type ExecuteHistoryTable struct {
	base.DefaultProvider

	Type       string                 `json:"type"`
	State      State                  `json:"state"`
	Props      map[string]interface{} `json:"props"`
	Operations map[string]interface{} `json:"operations"`
	Data       map[string]interface{} `json:"data"`
	// contains filtered or unexported fields
}

func (*ExecuteHistoryTable) Import

func (a *ExecuteHistoryTable) Import(c *cptype.Component) error

func (*ExecuteHistoryTable) Render

type Operation

type Operation struct {
	Key      string                 `json:"key"`
	Reload   bool                   `json:"reload"`
	FillMeta string                 `json:"fillMeta"`
	Meta     map[string]interface{} `json:"meta"`
}

type State

type State struct {
	Total    int64 `json:"total"`
	PageSize int64 `json:"pageSize"`
	PageNo   int64 `json:"pageNo"`
}

Jump to

Keyboard shortcuts

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