logmanager

package
v0.0.0-...-c0686e8 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogManager

type LogManager interface {

	// ListSandboxFilesPaths lists all the sandbox files in the mesos agent executor run directory.
	ListSandboxFilesPaths(mesosAgentWorDir,
		frameworkID,
		hostname,
		port,
		agentID,
		taskID string) ([]string, error)
}

LogManager log manager, is used to access sandbox files under mesos agent executor run directory. It also contains log files.

func NewLogManager

func NewLogManager(client *http.Client) LogManager

NewLogManager returns a logManager instance.

Jump to

Keyboard shortcuts

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