Documentation ¶
Index ¶
- type EngineeringService
- func (s *EngineeringService) GetAllServiceList(baseUrl string) (ret []integrationDomain.ServiceItem, err error)
- func (s *EngineeringService) GetEngineeringOptions(baseUrl string) (ret []integrationDomain.EngineeringItem, err error)
- func (s *EngineeringService) GetMyEngineeringList(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
- func (s *EngineeringService) GetServiceOptions(engineering, baseUrl string) (ret []integrationDomain.ServiceItem, err error)
- type RemoteService
- func (s *RemoteService) FindClassByServiceCode(req integrationDomain.FindClassByServiceCodeReq, token string, baseUrl string) (ret []integrationDomain.FindClassByServiceCodeResData)
- func (s *RemoteService) GetFunctionDetailsByClass(classCode string, token string, baseUrl string) (ret []integrationDomain.GetFunctionDetailsByClassResData, err error)
- func (s *RemoteService) GetFunctionsByClass(req integrationDomain.GetFunctionsByClassReq, token string, baseUrl string) (ret []integrationDomain.GetFunctionsByClassResData)
- func (s *RemoteService) GetLovByCode(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
- func (s *RemoteService) GetTokenFromCode(req integrationDomain.GetTokenFromCodeReq, baseUrl string) (ret integrationDomain.GetTokenFromCodeResData)
- func (s *RemoteService) GetUrlAndTenantId(filePath string) (urlRes, tenantId string, err error)
- func (s *RemoteService) GetUserInfoByToken(token, origin string) (user v1.UserInfo, err error)
- func (s *RemoteService) LcAllServiceList(token, baseUrl string) (ret []integrationDomain.ServiceItem)
- func (s *RemoteService) LcContainerQueryAgent(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
- func (s *RemoteService) LcMlClassQueryAgent(serviceCode, token, baseUrl string) (ret []integrationDomain.FindClassByServiceCodeResData)
- func (s *RemoteService) LcMlServiceQueryAgent(engineering, token, baseUrl string) (ret []integrationDomain.ServiceItem)
- func (s *RemoteService) LcQueryMsg(req integrationDomain.QueryMsgReq, token string, baseUrl string) (ret []integrationDomain.GetFunctionsByClassResData)
- func (s *RemoteService) LoginByOauth(loginByOauthReq integrationDomain.LoginByOauthReq, baseUrl string) (ret integrationDomain.LoginByOauthResData)
- func (s *RemoteService) MetaGetMethodDetail(req integrationDomain.MetaGetMethodDetailReq, token string, baseUrl string) (ret integrationDomain.MetaGetMethodDetailResData)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngineeringService ¶
type EngineeringService struct { }
func (*EngineeringService) GetAllServiceList ¶
func (s *EngineeringService) GetAllServiceList(baseUrl string) (ret []integrationDomain.ServiceItem, err error)
func (*EngineeringService) GetEngineeringOptions ¶
func (s *EngineeringService) GetEngineeringOptions(baseUrl string) (ret []integrationDomain.EngineeringItem, err error)
func (*EngineeringService) GetMyEngineeringList ¶
func (s *EngineeringService) GetMyEngineeringList(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
func (*EngineeringService) GetServiceOptions ¶
func (s *EngineeringService) GetServiceOptions(engineering, baseUrl string) (ret []integrationDomain.ServiceItem, err error)
type RemoteService ¶
type RemoteService struct { }
func (*RemoteService) FindClassByServiceCode ¶
func (s *RemoteService) FindClassByServiceCode(req integrationDomain.FindClassByServiceCodeReq, token string, baseUrl string) (ret []integrationDomain.FindClassByServiceCodeResData)
func (*RemoteService) GetFunctionDetailsByClass ¶
func (s *RemoteService) GetFunctionDetailsByClass(classCode string, token string, baseUrl string) (ret []integrationDomain.GetFunctionDetailsByClassResData, err error)
func (*RemoteService) GetFunctionsByClass ¶
func (s *RemoteService) GetFunctionsByClass(req integrationDomain.GetFunctionsByClassReq, token string, baseUrl string) (ret []integrationDomain.GetFunctionsByClassResData)
func (*RemoteService) GetLovByCode ¶
func (s *RemoteService) GetLovByCode(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
func (*RemoteService) GetTokenFromCode ¶
func (s *RemoteService) GetTokenFromCode(req integrationDomain.GetTokenFromCodeReq, baseUrl string) (ret integrationDomain.GetTokenFromCodeResData)
func (*RemoteService) GetUrlAndTenantId ¶
func (s *RemoteService) GetUrlAndTenantId(filePath string) (urlRes, tenantId string, err error)
func (*RemoteService) GetUserInfoByToken ¶
func (s *RemoteService) GetUserInfoByToken(token, origin string) (user v1.UserInfo, err error)
func (*RemoteService) LcAllServiceList ¶
func (s *RemoteService) LcAllServiceList(token, baseUrl string) (ret []integrationDomain.ServiceItem)
func (*RemoteService) LcContainerQueryAgent ¶
func (s *RemoteService) LcContainerQueryAgent(token, baseUrl string) (ret []integrationDomain.EngineeringItem)
func (*RemoteService) LcMlClassQueryAgent ¶
func (s *RemoteService) LcMlClassQueryAgent(serviceCode, token, baseUrl string) (ret []integrationDomain.FindClassByServiceCodeResData)
func (*RemoteService) LcMlServiceQueryAgent ¶
func (s *RemoteService) LcMlServiceQueryAgent(engineering, token, baseUrl string) (ret []integrationDomain.ServiceItem)
func (*RemoteService) LcQueryMsg ¶
func (s *RemoteService) LcQueryMsg(req integrationDomain.QueryMsgReq, token string, baseUrl string) (ret []integrationDomain.GetFunctionsByClassResData)
func (*RemoteService) LoginByOauth ¶
func (s *RemoteService) LoginByOauth(loginByOauthReq integrationDomain.LoginByOauthReq, baseUrl string) (ret integrationDomain.LoginByOauthResData)
func (*RemoteService) MetaGetMethodDetail ¶
func (s *RemoteService) MetaGetMethodDetail(req integrationDomain.MetaGetMethodDetailReq, token string, baseUrl string) (ret integrationDomain.MetaGetMethodDetailResData)
Click to show internal directories.
Click to hide internal directories.