Documentation
¶
Index ¶
Constants ¶
View Source
const (
FlashErrorsKey = "_flash_errors"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SessionFlashProvider ¶
type SessionFlashProvider struct{}
func NewSessionFlashProvider ¶
func NewSessionFlashProvider() *SessionFlashProvider
func (*SessionFlashProvider) FlashErrors ¶
func (p *SessionFlashProvider) FlashErrors(ctx context.Context, validationErrors inertia.ValidationErrors) error
func (*SessionFlashProvider) GetErrors ¶
func (p *SessionFlashProvider) GetErrors(ctx context.Context) (inertia.ValidationErrors, error)
Click to show internal directories.
Click to hide internal directories.