Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppMeta ¶
type AppMeta struct {
Name string
Description string
OriginURL string
Sdk string
Docker bool
Args []string
Config string
Build string //build path
UseSdkBuild bool
Dependency string
DbConfigPath string
Assets []string
Selenium map[string]interface{}
HTTP map[string]interface{}
REST map[string]interface{}
// contains filtered or unexported fields
}
func (*AppMeta) GetArguments ¶
type AppTemplate ¶
type DbTemplate ¶
type GetRequest ¶
type GetRequest struct{}
type GetResponse ¶
type GetResponse struct {
Status string
Error string
Sdk []string `json:"sdk"`
App []*AppTemplate `json:"app"`
Db []*DbTemplate `json:"db"`
}
type Map ¶
type RunRequest ¶
func (*RunRequest) Validate ¶
func (r *RunRequest) Validate() error
type RunResponse ¶
type RunResponse struct {
Data []byte
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) Get ¶
func (s *Service) Get(request *GetRequest) (*GetResponse, error)
func (*Service) Run ¶
func (s *Service) Run(request *RunRequest) (*RunResponse, error)
type SystemService ¶
Click to show internal directories.
Click to hide internal directories.