httpclient

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client
}

Client is a filer HTTP client that wraps the base HTTP client and provides typed methods for interacting with the filer API.

func New

func New(url string, opts ...client.ClientOpt) (*Client, error)

New creates a new filer HTTP client with the given base URL and options. The url parameter should point to the filer API endpoint, e.g. "http://localhost:8080/api/filer".

func (*Client) CreateCredential added in v0.2.9

func (c *Client) CreateCredential(ctx context.Context, credential schema.CredentialCreate) (*schema.Credential, error)

func (*Client) CreateVolume added in v0.2.0

func (c *Client) CreateVolume(ctx context.Context, volume schema.VolumeCreate) (*schema.Volume, error)

func (*Client) DeleteCredential added in v0.2.9

func (c *Client) DeleteCredential(ctx context.Context, key schema.CredentialKey) (*schema.Credential, error)

func (*Client) GetCredential added in v0.2.9

func (c *Client) GetCredential(ctx context.Context, key schema.CredentialKey, passphrase string, result any) error

func (*Client) GetMetadata added in v0.2.3

func (c *Client) GetMetadata(ctx context.Context, r io.Reader) (*schema.ObjectMeta, error)

GetMetadata extracts metadata for a single file by POSTing it to the metadata endpoint as multipart/form-data.

func (*Client) ListCredentials added in v0.2.9

func (c *Client) ListCredentials(ctx context.Context, req schema.CredentialListRequest) (*schema.CredentialList, error)

func (*Client) ListObjects

func (c *Client) ListObjects(ctx context.Context, req schema.ObjectListRequest) (*schema.ObjectList, error)

func (*Client) ListVolumes added in v0.2.7

func (c *Client) ListVolumes(ctx context.Context, req schema.VolumeListRequest) (*schema.VolumeList, error)

Jump to

Keyboard shortcuts

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