model

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	LogFileNames      []string `json:"logs,omitempty"`
	Nodes             []string `json:"nodes"`
	RefreshRateMillis int64    `json:"refresh_rate_millis,omitempty"`
}

type ConfigDisplayData

type ConfigDisplayData struct {
	Logs  []string `json:"logs,omitempty"`
	Nodes []string `json:"nodes"`
}

type Data

type Data struct {
	Content    string `json:"log_content,omitempty"`
	PageMarker int64  `json:"file_size,omitempty"`
}

type ServiceNode

type ServiceNode struct {
	NodeId string `json:"node-id"`
}

Jump to

Keyboard shortcuts

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