downloadlogs

package
v0.0.0-...-37118a4 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownloadLogsRunner

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

func New

func (*DownloadLogsRunner) Run

func (runner *DownloadLogsRunner) Run(params *Params) error

type LogLine

type LogLine struct {
	Body struct {
		Msg string `json:"msg"`
	} `json:"body"`
}

Example: {"body": {"facility": "INFO", "msg": "..."}, "artifact_id": "...", "timestamp": "2025-08-12T19:23:51.702971", "type": "artifact_progress", "source": "build-wrapper", "pid": 19}

type Params

type Params struct {
	LogUrl string
}

func NewParams

func NewParams() *Params

Jump to

Keyboard shortcuts

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