Documentation
¶
Index ¶
- func New(baseURL string, opts ...Option) (syfonclient.SyfonClient, error)
- type BasicAuth
- type Client
- func (c *Client) Address() string
- func (c *Client) BucketAPI() *bucketapi.ClientWithResponses
- func (c *Client) Buckets() *syfonclient.BucketsService
- func (c *Client) DRS() *syfonclient.DRSService
- func (c *Client) DRSAPI() *drs.ClientWithResponses
- func (c *Client) Data() *syfonclient.DataService
- func (c *Client) HTTPClient() *http.Client
- func (c *Client) Health() *syfonclient.HealthService
- func (c *Client) Index() *syfonclient.IndexService
- func (c *Client) InternalAPI() *internalapi.ClientWithResponses
- func (c *Client) LFS() *syfonclient.LFSService
- func (c *Client) LFSAPI() *lfsapi.ClientWithResponses
- func (c *Client) Logger() *logs.Gen3Logger
- func (c *Client) Metrics() *syfonclient.MetricsService
- func (c *Client) MetricsAPI() *metricsapi.ClientWithResponses
- func (c *Client) Requestor() request.Requester
- type Config
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(baseURL string, opts ...Option) (syfonclient.SyfonClient, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements syfonclient.SyfonClient
func (*Client) BucketAPI ¶
func (c *Client) BucketAPI() *bucketapi.ClientWithResponses
func (*Client) Buckets ¶
func (c *Client) Buckets() *syfonclient.BucketsService
func (*Client) DRS ¶
func (c *Client) DRS() *syfonclient.DRSService
func (*Client) DRSAPI ¶
func (c *Client) DRSAPI() *drs.ClientWithResponses
func (*Client) Data ¶
func (c *Client) Data() *syfonclient.DataService
func (*Client) HTTPClient ¶
func (*Client) Health ¶
func (c *Client) Health() *syfonclient.HealthService
func (*Client) Index ¶
func (c *Client) Index() *syfonclient.IndexService
func (*Client) InternalAPI ¶
func (c *Client) InternalAPI() *internalapi.ClientWithResponses
func (*Client) LFS ¶
func (c *Client) LFS() *syfonclient.LFSService
func (*Client) LFSAPI ¶
func (c *Client) LFSAPI() *lfsapi.ClientWithResponses
Schema-specific generated clients
func (*Client) Logger ¶
func (c *Client) Logger() *logs.Gen3Logger
func (*Client) Metrics ¶
func (c *Client) Metrics() *syfonclient.MetricsService
func (*Client) MetricsAPI ¶
func (c *Client) MetricsAPI() *metricsapi.ClientWithResponses
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cloud contains client-side data-provider inspection helpers used when a caller needs to talk directly to S3/GCS/Azure object storage.
|
Package cloud contains client-side data-provider inspection helpers used when a caller needs to talk directly to S3/GCS/Azure object storage. |
Click to show internal directories.
Click to hide internal directories.