Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotExist ¶
IsNotExist will return true if the error is because the object does not exist.
Types ¶
type Opener ¶
type Opener interface { Reader(ctx context.Context, path string) (ReadCloser, error) Writer(ctx context.Context, path string) (WriteCloser, error) }
Opener has methods to read and write paths
Click to show internal directories.
Click to hide internal directories.