Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a fake implementation of the Asset Store service.
func NewService ¶
func NewService() *Service
NewService is a constructor that creates a new fake service.
func (*Service) Register ¶
func (s *Service) Register(endpoint service.HTTPEndpoint)
Register adds endpoints to the service.
Click to show internal directories.
Click to hide internal directories.