Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetAPI(context.Context, string) (*api.API, error)
ListAPI(context.Context) (*api.APIs, error)
GetAPIListState(context.Context) (string, error)
UpdateAPIListState(context.Context, string) error
}
func NewService ¶
func NewService(repo kuadrant.Repository) Service
Click to show internal directories.
Click to hide internal directories.