//
pkg.gl
Category
github.com/TencentBlueKing/bk-plugin-framework-go
kit
package
0.5.0
Repository:
https://github.com/tencentblueking/bk-plugin-framework-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
81 SLOC
#
Functions
NewContext
NewContext returns a new Context instance.
#
Structs
Context
A Context store all context information and data for once plugin execution.
#
Interfaces
Plugin
Plugin is the interface that wraps all method of a bk-plugin.
#
Type aliases
F
F is alias for map[string]interface{}.
Form
Form is alias for map[string]map[string]interface{}.