application

package
v4.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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
}

Services groups the services needed by an application to launch simulations.

func NewServices

func NewServices(simulation simulations.Service, user users.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