Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App manages the set of app layer api functions for the country domain.
func NewApp ¶
func NewApp(countryBus *countrybus.Business) *App
NewApp constructs a country app API for use.
func NewAppWithAuth ¶
func NewAppWithAuth(countryBus *countrybus.Business, ath *auth.Auth) *App
NewAppWithAuth constructs a country app API for use with auth support.
Click to show internal directories.
Click to hide internal directories.