 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- type CelestiaApiValidator
- type Error
- type KeyValidator
- type NoRows
- type RollupAuthHandler
- func (handler RollupAuthHandler) Bulk(c echo.Context) error
- func (handler RollupAuthHandler) Create(c echo.Context) error
- func (handler RollupAuthHandler) Delete(c echo.Context) error
- func (handler RollupAuthHandler) Unverified(c echo.Context) error
- func (handler RollupAuthHandler) Update(c echo.Context) error
- func (handler RollupAuthHandler) Verify(c echo.Context) error
 
Constants ¶
      View Source
      
  
const ApiKeyName = "api_key"
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CelestiaApiValidator ¶
type CelestiaApiValidator struct {
	// contains filtered or unexported fields
}
    func NewCelestiaApiValidator ¶
func NewCelestiaApiValidator() *CelestiaApiValidator
func (*CelestiaApiValidator) Validate ¶
func (v *CelestiaApiValidator) Validate(i interface{}) error
type KeyValidator ¶
type KeyValidator struct {
	// contains filtered or unexported fields
}
    func NewKeyValidator ¶
func NewKeyValidator(apiKeys storage.IApiKey, errChecker NoRows) KeyValidator
type RollupAuthHandler ¶
type RollupAuthHandler struct {
	// contains filtered or unexported fields
}
    func NewRollupAuthHandler ¶
func NewRollupAuthHandler( rollups storage.IRollup, address storage.IAddress, namespace storage.INamespace, tx sdk.Transactable, txBeginner func(ctx context.Context, tx sdk.Transactable) (storage.Transaction, error), ) RollupAuthHandler
func (RollupAuthHandler) Bulk ¶
func (handler RollupAuthHandler) Bulk(c echo.Context) error
func (RollupAuthHandler) Create ¶
func (handler RollupAuthHandler) Create(c echo.Context) error
func (RollupAuthHandler) Delete ¶
func (handler RollupAuthHandler) Delete(c echo.Context) error
func (RollupAuthHandler) Unverified ¶
func (handler RollupAuthHandler) Unverified(c echo.Context) error
func (RollupAuthHandler) Update ¶
func (handler RollupAuthHandler) Update(c echo.Context) error
func (RollupAuthHandler) Verify ¶
func (handler RollupAuthHandler) Verify(c echo.Context) error
 Click to show internal directories. 
   Click to hide internal directories.