service

package
v0.0.0-...-83c1a15 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalDDSServiceServer

type GlobalDDSServiceServer struct {
	mesh_proto.UnimplementedGlobalDDSServiceServer
	// contains filtered or unexported fields
}

func NewGlobalDDSServiceServer

func NewGlobalDDSServiceServer(
	ctx context.Context,
	resManager manager.ResourceManager,
	instanceID string, filters []StreamInterceptor,
	extensions context.Context,
	upsertCfg config_store.UpsertConfig,
	eventBus events.EventBus,
	zoneHealthCheckInterval time.Duration,
) *GlobalDDSServiceServer

type StreamInterceptor

type StreamInterceptor interface {
	InterceptServerStream(stream grpc.ServerStream) error
}

type ZoneClientID

type ZoneClientID struct {
	Zone string
}

func ZoneClientIDFromCtx

func ZoneClientIDFromCtx(ctx context.Context, zone string) ZoneClientID

func (ZoneClientID) String

func (id ZoneClientID) String() string

type ZoneOpenedStream

type ZoneOpenedStream struct {
	Zone string
}

type ZoneWentOffline

type ZoneWentOffline struct {
	Zone string
}

Jump to

Keyboard shortcuts

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