core

package
v0.0.0-...-76c7a1d Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	Send(conn pb.MsmControlPlane_SendServer) error
}

type App

type App struct {
	// contains filtered or unexported fields
}

App contains minimal list of dependencies to be able to start an application.

func InitApp

func InitApp() (*App, error)

func (*App) Start

func (a *App) Start() error

Start, starts the MSM Control Plane application. It will block until the application exits either by: 1. cancelling the context set with WithContext 2. unrecovered error

type Protocol

type Protocol struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *config.Cfg) *Protocol

func (*Protocol) Send

Jump to

Keyboard shortcuts

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