# 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) */.

# Functions

NewApp creates an App object with default parameters.
Run runs the specified APIServer.

# 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.