application

package
v0.0.0-...-f1e7488 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 3 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL