Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2024 Changes in this version + type Panorama struct + Client *panorama.Client + func New(ctx context.Context, panoramaUrl, username, password string, ...) (*Panorama, error) + func (d *Panorama) Asset(ctx context.Context, asset *v2.AssetRef) (string, io.ReadCloser, error) + func (d *Panorama) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error) + func (d *Panorama) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer + func (d *Panorama) Validate(ctx context.Context) (annotations.Annotations, error)