Documentation ¶
Index ¶
- type LyridClient
- func (client *LyridClient) DisableSimulate()
- func (lc *LyridClient) ExecuteApp(AppName string, ModuleName string, Tag string, FunctionName string, Uri string, ...) ([]byte, error)
- func (lc *LyridClient) ExecuteFunction(FunctionId string, Framework string, Body string) ([]byte, error)
- func (lc *LyridClient) ExecuteFunctionByName(AppName string, ModuleName string, Tag string, FunctionName string, ...) ([]byte, error)
- func (lc *LyridClient) GetAccountPolicies() []*model.Policy
- func (lc *LyridClient) GetAccountProfile() []*model.Account
- func (lc *LyridClient) GetApps() []*model.App
- func (lc *LyridClient) GetFunctions(AppId string, ModuleId string, RevisionId string) []*model.Function
- func (lc *LyridClient) GetLyraVersion() error
- func (client *LyridClient) GetLyridURL() string
- func (lc *LyridClient) GetModulePolicies(ModuleId string) []*model.Policy
- func (lc *LyridClient) GetModules(AppId string) []*model.Module
- func (lc *LyridClient) GetPublishedApps() []*model.PublishedApp
- func (lc *LyridClient) GetRevisions(AppId string, ModuleId string) []*model.ModuleRevision
- func (lc *LyridClient) GetUserProfile() *model.LyridUser
- func (client *LyridClient) Initialize(access string, secret string) error
- func (client *LyridClient) SetLyridURL(url string)
- func (client *LyridClient) SimulateServerless(url string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LyridClient ¶
type LyridClient struct {
// contains filtered or unexported fields
}
func GetInstance ¶
func GetInstance() *LyridClient
func (*LyridClient) DisableSimulate ¶
func (client *LyridClient) DisableSimulate()
func (*LyridClient) ExecuteApp ¶
func (*LyridClient) ExecuteFunction ¶
func (*LyridClient) ExecuteFunctionByName ¶
func (lc *LyridClient) ExecuteFunctionByName(AppName string, ModuleName string, Tag string, FunctionName string, Body string) ([]byte, error)
POST /execute/:appname/:modulename/:tag/:functionname
func (*LyridClient) GetAccountPolicies ¶
func (lc *LyridClient) GetAccountPolicies() []*model.Policy
func (*LyridClient) GetAccountProfile ¶
func (lc *LyridClient) GetAccountProfile() []*model.Account
func (*LyridClient) GetApps ¶
func (lc *LyridClient) GetApps() []*model.App
func (*LyridClient) GetFunctions ¶
func (*LyridClient) GetLyraVersion ¶
func (lc *LyridClient) GetLyraVersion() error
func (*LyridClient) GetLyridURL ¶
func (client *LyridClient) GetLyridURL() string
func (*LyridClient) GetModulePolicies ¶
func (lc *LyridClient) GetModulePolicies(ModuleId string) []*model.Policy
func (*LyridClient) GetModules ¶
func (lc *LyridClient) GetModules(AppId string) []*model.Module
func (*LyridClient) GetPublishedApps ¶
func (lc *LyridClient) GetPublishedApps() []*model.PublishedApp
func (*LyridClient) GetRevisions ¶
func (lc *LyridClient) GetRevisions(AppId string, ModuleId string) []*model.ModuleRevision
func (*LyridClient) GetUserProfile ¶
func (lc *LyridClient) GetUserProfile() *model.LyridUser
func (*LyridClient) Initialize ¶
func (client *LyridClient) Initialize(access string, secret string) error
func (*LyridClient) SetLyridURL ¶
func (client *LyridClient) SetLyridURL(url string)
func (*LyridClient) SimulateServerless ¶
func (client *LyridClient) SimulateServerless(url string)
Click to show internal directories.
Click to hide internal directories.