client

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HookServerClientManager

type HookServerClientManager struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func NewClientManager

func NewClientManager() *HookServerClientManager

NewClientManager TODO: garbage client gc

func (*HookServerClientManager) RuntimeHookServerClient

func (cm *HookServerClientManager) RuntimeHookServerClient(serverPath HookServerPath) (*RuntimeHookClient, error)

type HookServerClientManagerInterface

type HookServerClientManagerInterface interface {
	RuntimeHookServerClient(serverPath HookServerPath) (*RuntimeHookClient, error)
}

type HookServerPath

type HookServerPath struct {
	Path string
	Port int64
}

type RuntimeHookClient

type RuntimeHookClient struct {
	SockPath string
	v1alpha1.RuntimeHookServiceClient
}

Jump to

Keyboard shortcuts

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