 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( TestSecuredURL = "/api/v1/secured" TestEntryPointURL = "/login" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestController ¶
type TestController struct{}
    func (*TestController) Mappings ¶
func (c *TestController) Mappings() []web.Mapping
type TestSecConfigurer ¶
type TestSecConfigurer struct{}
    func (*TestSecConfigurer) Configure ¶
func (c *TestSecConfigurer) Configure(ws security.WebSecurity)
type TestTarget ¶
type TestTarget struct{}
    func (*TestTarget) DoSomethingRequiringSecurity ¶
func (t *TestTarget) DoSomethingRequiringSecurity(ctx context.Context) error
func (*TestTarget) DoSomethingWithinSecurityScope ¶
func (t *TestTarget) DoSomethingWithinSecurityScope(ctx context.Context) error
 Click to show internal directories. 
   Click to hide internal directories.