servers

package
v0.0.0-...-187538d Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package servers implements the components required for the servers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerInitializer

type ServerInitializer interface {
	// Embeds the storage initializer.
	azstorage.StorageInitializer
	// Embeds the service initializer.
	azservices.ServiceInitializer
	// GetHost returns the service kind set as host.
	GetHost() azservices.HostKind
	// GetHostInfo returns the infos of the service kind set as host.
	GetHostInfo() *azservices.HostInfo
	// HasCentralStorage returns true if a central storage is required.
	HasCentralStorage() bool
	// HasProximityStorage returns true if a proximity storage is required.
	HasProximityStorage() bool
}

ServerInitializer is the server initializer.

Jump to

Keyboard shortcuts

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