cells

package
v0.0.0-...-bab46ce Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CellsConsoleEvent

type CellsConsoleEvent struct {
	Ts              time.Time `json:"ts"`
	SolutionId      string    `json:"solutionId"`
	ConfigurationId string    `json:"configurationId"`
	FunctionId      string    `json:"functionId"`
	ID              string    `json:"id"`
	LineSource      string    `json:"lineSource"`
	Level           string    `json:"level"`
	Line            string    `json:"line"`
}

type CellsConsoleEventsResponse

type CellsConsoleEventsResponse struct {
	CellsConsoleEvents []CellsConsoleEvent `json:"cellsConsoleEvents"`
}

func CellsConsoleLogs

func CellsConsoleLogs(f *cmdutil.Factory, functionId string, currentTime time.Time, limitFlag string) (CellsConsoleEventsResponse, error)

Jump to

Keyboard shortcuts

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