compatiblev2

package
v3.1.0-rc.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BusinessInterface

type BusinessInterface interface {
	SearchAllApp(fields string, cond mapstr.MapStr) (*metadata.InstResult, error)
}

BusinessInterface business methods

func NewBusiness

NewBusiness create a new business instance

type ModuleInterface

type ModuleInterface interface {
	UpdateMultiModule(bizID int64, moduleIDS interface{}, innerData mapstr.MapStr) error
	SearchModuleByApp(query *metadata.QueryInput) (*metadata.InstResult, error)
	SearchModuleBySetProperty(bizID int64, cond condition.Condition) (*metadata.InstResult, error)
	AddMultiModule(bizID, setID int64, moduleNames []string, data mapstr.MapStr) error
	DeleteMultiModule(bizID int64, moduleIDS []int64) error
}

ModuleInterface module interface

func NewModule

NewModule create a module instance

type SetInterface

type SetInterface interface {
	UpdateMultiSet(bizID int64, data mapstr.MapStr, cond condition.Condition) error
	DeleteMultiSet(bizID int64, setIDS []int64) error
	DeleteSetHost(bizID int64, cond condition.Condition) error
}

SetInterface set interface

func NewSet

NewSet ceate a new set instance

Jump to

Keyboard shortcuts

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