Documentation ¶
Index ¶
- func NewGatewayRuntimeServiceServiceImpl() (e error)
- type GatewayRuntimeServiceServiceImpl
- func (impl GatewayRuntimeServiceServiceImpl) Clone(ctx context.Context) runtime_service.GatewayRuntimeServiceService
- func (impl GatewayRuntimeServiceServiceImpl) DeleteRuntime(runtimeId string) (err error)
- func (impl GatewayRuntimeServiceServiceImpl) GetRegisterAppInfo(projectId, env string) (resDto gw.RegisterAppsDto, err error)
- func (impl GatewayRuntimeServiceServiceImpl) GetServiceApiPrefix(req *gw.ApiPrefixReqDto) (prefixs []string, err error)
- func (impl GatewayRuntimeServiceServiceImpl) GetServiceRuntimes(projectId, env, app, service string) (result []orm.GatewayRuntimeService, err error)
- func (impl GatewayRuntimeServiceServiceImpl) TouchRuntime(reqDto *gw.RuntimeServiceReqDto) (res bool, err error)
- func (impl GatewayRuntimeServiceServiceImpl) TouchRuntimeComplete(ctx map[string]interface{}, reqDto *gw.RuntimeServiceReqDto) *common.StandardResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayRuntimeServiceServiceImpl ¶
func NewGatewayRuntimeServiceServiceImpl() (e error)
Types ¶
type GatewayRuntimeServiceServiceImpl ¶
type GatewayRuntimeServiceServiceImpl struct {
// contains filtered or unexported fields
}
func (GatewayRuntimeServiceServiceImpl) Clone ¶
func (impl GatewayRuntimeServiceServiceImpl) Clone(ctx context.Context) runtime_service.GatewayRuntimeServiceService
func (GatewayRuntimeServiceServiceImpl) DeleteRuntime ¶
func (impl GatewayRuntimeServiceServiceImpl) DeleteRuntime(runtimeId string) (err error)
func (GatewayRuntimeServiceServiceImpl) GetRegisterAppInfo ¶
func (impl GatewayRuntimeServiceServiceImpl) GetRegisterAppInfo(projectId, env string) (resDto gw.RegisterAppsDto, err error)
func (GatewayRuntimeServiceServiceImpl) GetServiceApiPrefix ¶
func (impl GatewayRuntimeServiceServiceImpl) GetServiceApiPrefix(req *gw.ApiPrefixReqDto) (prefixs []string, err error)
获取指定服务的API前缀
func (GatewayRuntimeServiceServiceImpl) GetServiceRuntimes ¶
func (impl GatewayRuntimeServiceServiceImpl) GetServiceRuntimes(projectId, env, app, service string) (result []orm.GatewayRuntimeService, err error)
func (GatewayRuntimeServiceServiceImpl) TouchRuntime ¶
func (impl GatewayRuntimeServiceServiceImpl) TouchRuntime(reqDto *gw.RuntimeServiceReqDto) (res bool, err error)
func (GatewayRuntimeServiceServiceImpl) TouchRuntimeComplete ¶
func (impl GatewayRuntimeServiceServiceImpl) TouchRuntimeComplete(ctx map[string]interface{}, reqDto *gw.RuntimeServiceReqDto) *common.StandardResult
Click to show internal directories.
Click to hide internal directories.