MCPcopy
hub / github.com/seaweedfs/seaweedfs / IamApiServer

Struct IamApiServer

weed/iamapi/iamapi_server.go:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type IamApiServer struct {
52 s3ApiConfig IamS3ApiConfig
53 iam *s3api.IdentityAccessManagement
54 shutdownContext context.Context
55 shutdownCancel context.CancelFunc
56 masterClient *wdclient.MasterClient
57}
58
59var s3ApiConfigure IamS3ApiConfig
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected