package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Apr 29, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AbstractCookieTranscoder interface {
Encode(cookieName string, value interface{}) (string, error)
Decode(cookieName string, cookieValue string, v interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.