Documentation ¶
Index ¶
- func AppletList(patch *gomonkey.Patches, rsp *applet.ListRsp, err error) *gomonkey.Patches
- func AppletRemoveBySFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func ConfigCreate(patch *gomonkey.Patches, v *models.Config, err error) *gomonkey.Patches
- func ConfigList(patch *gomonkey.Patches, v []*config.Detail, err error) *gomonkey.Patches
- func ConfigMarshal(patch *gomonkey.Patches, data []byte, err error) *gomonkey.Patches
- func ConfigRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func ConfigUnmarshal(patch *gomonkey.Patches, c wasm.Configuration, err error) *gomonkey.Patches
- func DeployGetByAppletSFID(patch *gomonkey.Patches, v *models.Instance, err error) *gomonkey.Patches
- func DeployGetBySFID(patch *gomonkey.Patches, m *models.Instance, err error) *gomonkey.Patches
- func DeployListByCond(patch *gomonkey.Patches, v []models.Instance, err error) *gomonkey.Patches
- func DeployRemoveByAppletSFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func DeployRemoveBySFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func DeployUpsertByCode(patch *gomonkey.Patches, m *models.Instance, err error) *gomonkey.Patches
- func DeployWithInstanceRuntimeContext(patch *gomonkey.Patches, ctx context.Context, err error) *gomonkey.Patches
- func OperatorListByCond(patch *gomonkey.Patches, v []models.Operator, err error) *gomonkey.Patches
- func ProjectOperatorGetByProject(patch *gomonkey.Patches, v *models.ProjectOperator, err error) *gomonkey.Patches
- func ResourceCreate(patch *gomonkey.Patches, m *models.Resource, data []byte, err error) *gomonkey.Patches
- func ResourceGetBySFID(patch *gomonkey.Patches, m *models.Resource, err error) *gomonkey.Patches
- func ResourceGetContentBySFID(patch *gomonkey.Patches, m *models.Resource, data []byte, err error) *gomonkey.Patches
- func StrategyBatchCreate(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func StrategyRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func TypesWasmInitConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func TypesWasmInitGlobalConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func TypesWasmNewConfigurationByType(patch *gomonkey.Patches, c wasm.Configuration, err error) *gomonkey.Patches
- func TypesWasmUninitConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func VmNewInstance(patch *gomonkey.Patches, err error) *gomonkey.Patches
- func WasmLogRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppletList ¶
func AppletRemoveBySFID ¶
func AppletRemoveBySFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
func ConfigCreate ¶
func ConfigList ¶
func ConfigMarshal ¶ added in v1.4.2
func ConfigRemove ¶
func ConfigRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
func ConfigUnmarshal ¶ added in v1.4.2
func ConfigUnmarshal(patch *gomonkey.Patches, c wasm.Configuration, err error) *gomonkey.Patches
func DeployGetByAppletSFID ¶
func DeployGetBySFID ¶
func DeployListByCond ¶
func DeployRemoveByAppletSFID ¶
func DeployRemoveByAppletSFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
func DeployRemoveBySFID ¶
func DeployRemoveBySFID(patch *gomonkey.Patches, err error) *gomonkey.Patches
func DeployUpsertByCode ¶
func OperatorListByCond ¶
func ProjectOperatorGetByProject ¶
func ProjectOperatorGetByProject(patch *gomonkey.Patches, v *models.ProjectOperator, err error) *gomonkey.Patches
func ResourceCreate ¶
func ResourceGetBySFID ¶
func StrategyBatchCreate ¶
func StrategyBatchCreate(patch *gomonkey.Patches, err error) *gomonkey.Patches
func StrategyRemove ¶
func StrategyRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
func TypesWasmInitConfiguration ¶
func TypesWasmInitConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
func TypesWasmInitGlobalConfiguration ¶ added in v1.4.6
func TypesWasmInitGlobalConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
func TypesWasmNewConfigurationByType ¶ added in v1.4.2
func TypesWasmNewConfigurationByType(patch *gomonkey.Patches, c wasm.Configuration, err error) *gomonkey.Patches
func TypesWasmUninitConfiguration ¶ added in v1.4.2
func TypesWasmUninitConfiguration(patch *gomonkey.Patches, err error) *gomonkey.Patches
func VmNewInstance ¶
func VmNewInstance(patch *gomonkey.Patches, err error) *gomonkey.Patches
func WasmLogRemove ¶
func WasmLogRemove(patch *gomonkey.Patches, err error) *gomonkey.Patches
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.