pdcp

package
v3.3.6-202411292143 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxChunkSize = 4 * unitutils.Mega // 4 MB

	NoneTeamID = "none"
)

Variables

View Source
var (

	// teamID if given
	TeamIDEnv = env.GetEnvOrDefault("PDCP_TEAM_ID", NoneTeamID)
)

Functions

This section is empty.

Types

type UploadWriter

type UploadWriter struct {
	*output.StandardWriter

	TeamID string
	// contains filtered or unexported fields
}

UploadWriter is a writer that uploads its output to pdcp server to enable web dashboard and more

func NewUploadWriter

func NewUploadWriter(ctx context.Context, creds *pdcpauth.PDCPCredentials) (*UploadWriter, error)

NewUploadWriter creates a new upload writer

func (*UploadWriter) Close

func (u *UploadWriter) Close()

Close closes the upload writer

func (*UploadWriter) SetScanID

func (u *UploadWriter) SetScanID(id string) error

SetScanID sets the scan id for the upload writer

func (*UploadWriter) SetScanName

func (u *UploadWriter) SetScanName(name string)

SetScanName sets the scan name for the upload writer

func (*UploadWriter) SetTeamID

func (u *UploadWriter) SetTeamID(id string)

Jump to

Keyboard shortcuts

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