# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package options contains flags and options for initializing an apiserver.
No description provided by the author
mockFactory := new(MockFactory)
mockItemStore := new(MockItemStore)
mockFactory.On("Item").Return(mockItemStore)
mockItemStore.On("Create", ctx, item, opts).Return(nil)
err := mockFactory.Item().Create(ctx, item, opts)
assert.NoError(t, err)
*/.
# Constants
APIServerAudience defines the value of jwt audience field.
APIServerIssuer defines the value of jwt issuer field.
# Structs
ExtraConfig defines extra configuration for the iam-apiserver.