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

Method ModifySharedLinkSettingsContext

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

Source from the content-addressed store, hash-verified

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
35}

Callers 2

shareLinkUpdateFunction · 0.65

Implementers 1

mockSharedLinkClientcmd/share_create_link_test.go

Calls

no outgoing calls

Tested by

no test coverage detected