Documentation ¶
Index ¶
- Constants
- func Auth(ctx context.Context) (*auth.Auth, bool)
- func FileTreeHostname(ctx context.Context) (string, bool)
- func Namespace(ctx context.Context) (string, bool)
- func StashName(ctx context.Context) (string, bool)
- func WithAuth(ctx context.Context, a *auth.Auth) context.Context
- func WithFileTreeHostname(ctx context.Context, hostname string) context.Context
- func WithNamespace(ctx context.Context, namespace string) context.Context
- func WithStashName(ctx context.Context, name string) context.Context
Constants ¶
View Source
const ( StashNameHeader = "BlobStash-Stash-Name" FileTreeHostnameHeader = "BlobStash-FileTree-Hostname" NamespaceHeader = "BlobStash-Namespace" )
Variables ¶
This section is empty.
Functions ¶
func WithFileTreeHostname ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.