runner

package
v0.0.0-...-b90a9eb Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseBody

type ResponseBody struct {
	Status               string `json:"status"`
	Message              string `json:"message"`
	RoomTableName        string `json:"lineq_room_table"`
	UserTableName        string `json:"lineq_user_table"`
	LineqSessionDuration int    `json:"lineq_session_duration"`
}

type Runner

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

func NewRunner

func NewRunner(
	ctrl *controller.Controller,
	clientset *kubernetes.Clientset,
	config config.Config,
	logger log.Logger,
) *Runner

func (*Runner) Start

func (r *Runner) Start(ctx context.Context)

Jump to

Keyboard shortcuts

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