Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSingletonIMetadataFilterMiddleware ¶
func AddSingletonIMetadataFilterMiddleware(builder *di.Builder, alwaysAllowed map[string]bool, additionalByEntryPoint map[string]map[string]bool)
AddSingletonIMetadataFilterMiddleware adds service to the DI container
func AddSingletonIMetadataFilterMiddlewareNil ¶
AddSingletonIMetadataFilterMiddlewareNil adds service to the DI container
Types ¶
type EntryPointAllowedMetadataMapBuilder ¶
type EntryPointAllowedMetadataMapBuilder struct {
EntryPointAllowedMetadataMap map[string]map[string]bool
}
EntryPointAllowedMetadataMapBuilder struct
func NewEntryPointAllowedMetadataMapBuilder ¶
func NewEntryPointAllowedMetadataMapBuilder() *EntryPointAllowedMetadataMapBuilder
NewEntryPointAllowedMetadataMapBuilder ...
func (*EntryPointAllowedMetadataMapBuilder) WithAllowedMetadataHeader ¶
func (s *EntryPointAllowedMetadataMapBuilder) WithAllowedMetadataHeader(fullMethodName string, headers ...string) *EntryPointAllowedMetadataMapBuilder
WithAllowedMetadataHeader helper to add a single entrypoint config
Click to show internal directories.
Click to hide internal directories.