Documentation ¶
Index ¶
- type Client
- func (c *Client) Backup(ctx context.Context, file string) error
- func (c *Client) DeleteManifest(ctx context.Context) error
- func (c *Client) Err() io.Writer
- func (c *Client) Export(ctx context.Context, objectsFile, relationsFile string) error
- func (c *Client) GetManifest(ctx context.Context) (io.Reader, error)
- func (c *Client) Import(ctx context.Context, files []string) error
- func (c *Client) Out() io.Writer
- func (c *Client) Restore(ctx context.Context, file string) error
- func (c *Client) SetManifest(ctx context.Context, r io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Model dsm3.ModelClient Reader dsr3.ReaderClient Writer dsw3.WriterClient Importer dsi3.ImporterClient Exporter dse3.ExporterClient Assertion dsa3.AssertionClient // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.