| 49 | } |
| 50 | |
| 51 | type IamApiServer struct { |
| 52 | s3ApiConfig IamS3ApiConfig |
| 53 | iam *s3api.IdentityAccessManagement |
| 54 | shutdownContext context.Context |
| 55 | shutdownCancel context.CancelFunc |
| 56 | masterClient *wdclient.MasterClient |
| 57 | } |
| 58 | |
| 59 | var s3ApiConfigure IamS3ApiConfig |
| 60 |
nothing calls this directly
no outgoing calls
no test coverage detected