MCPcopy Create free account
hub / github.com/dropbox/dbxcli / ListSharedLinksContext

Method ListSharedLinksContext

cmd/share_link.go:31–31  ·  view source on GitHub ↗
(context.Context, *sharing.ListSharedLinksArg)

Source from the content-addressed store, hash-verified

29 GetSharedLinkFileContext(context.Context, *sharing.GetSharedLinkMetadataArg) (sharing.IsSharedLinkMetadata, io.ReadCloser, error)
30 GetSharedLinkMetadataContext(context.Context, *sharing.GetSharedLinkMetadataArg) (sharing.IsSharedLinkMetadata, error)
31 ListSharedLinksContext(context.Context, *sharing.ListSharedLinksArg) (*sharing.ListSharedLinksResult, error)
32 ModifySharedLinkSettingsContext(context.Context, *sharing.ModifySharedLinkSettingsArgs) (sharing.IsSharedLinkMetadata, error)
33 RevokeSharedLinkContext(context.Context, *sharing.RevokeSharedLinkArg) error
34 ModifySharedLinkSettingsRawContext(context.Context, string, *rawSharedLinkSettings, bool) error

Callers 2

listSharedLinksFunction · 0.65
findExistingSharedLinkFunction · 0.65

Implementers 1

mockSharedLinkClientcmd/share_create_link_test.go

Calls

no outgoing calls

Tested by

no test coverage detected