Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Get(ctx context.Context, absPath string) ([]byte, error) List(ctx context.Context, absPath string, option types.Option) ([]byte, error) Create(ctx context.Context, absPath string, data []byte, option types.Option) ([]byte, error) Update(ctx context.Context, absPath string, data []byte, option types.Option) ([]byte, error) Patch(ctx context.Context, absPath string, pt types2.PatchType, data []byte) ([]byte, error) Delete(ctx context.Context, absPath string, option types.Option) ([]byte, error) }
Interface for http requests
Click to show internal directories.
Click to hide internal directories.