view

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificatesResult

type CertificatesResult struct {
	Meta         *responsemeta.ResponseMeta
	Certificates []*assets.Certificate
	// PartialError contains any error encountered after the first successful batch.
	// When present, the result contains partial data and the error should be reported to the user.
	PartialError cenclierrors.CencliError
}

type HostsResult

type HostsResult struct {
	Meta  *responsemeta.ResponseMeta
	Hosts []*assets.Host
	// PartialError contains any error encountered after the first successful batch.
	// When present, the result contains partial data and the error should be reported to the user.
	PartialError cenclierrors.CencliError
}

type Service

Service provides asset view capabilities. Currently, this is just a thin wrapper around the SDK, but leaves room for future enhancements.

func New

func New(client client.Client) Service

type WebPropertiesResult

type WebPropertiesResult struct {
	Meta          *responsemeta.ResponseMeta
	WebProperties []*assets.WebProperty
	// PartialError contains any error encountered after the first successful batch.
	// When present, the result contains partial data and the error should be reported to the user.
	PartialError cenclierrors.CencliError
}

Jump to

Keyboard shortcuts

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