# Functions

NewContext returns a new Context instance.

# Structs

A Context store all context information and data for once plugin execution.

# Interfaces

Plugin is the interface that wraps all method of a bk-plugin.

# Type aliases

F is alias for map[string]interface{}.
Form is alias for map[string]map[string]interface{}.