Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { GetSpec(id string) ([]byte, []byte, []byte, apperrors.AppError) RemoveSpec(id string) apperrors.AppError PutSpec(serviceDef *model.ServiceDefinition, gatewayUrl string) apperrors.AppError }
func NewSpecService ¶
func NewSpecService(assetStoreService assetstore.Service, specRequestTimeout int) Service
Click to show internal directories.
Click to hide internal directories.