MCPcopy Create free account
hub / github.com/pydio/cells / CreateClient

Method CreateClient

idm/oauth/client.go:34–37  ·  view source on GitHub ↗
(ctx context.Context, cli *client.Client)

Source from the content-addressed store, hash-verified

32}
33
34func (c clientConfigDriver) CreateClient(ctx context.Context, cli *client.Client) error {
35 //TODO implement me
36 panic("implement me")
37}
38
39func (c clientConfigDriver) UpdateClient(ctx context.Context, cli *client.Client) error {
40 //TODO implement me

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected