Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services ¶
type Services interface { // Simulations provides access to a different set of methods for managing simulations. Simulations() simulations.Service // Users provides access to a different set of methods for managing users. Users() users.Service // Billing provides access to a different set of methods for managing credits. Billing() billing.Service }
Services groups the services needed by an application to launch simulations.
func NewServices ¶
func NewServices(simulation simulations.Service, user users.Service, billing billing.Service) Services
NewServices initializes a new Application Services implementation.
Click to show internal directories.
Click to hide internal directories.