//
pkg.gl
Category
github.com/tarampampam/webhook-tester
internal
pkg
storage
package
0.4.3
Repository:
https://github.com/tarampampam/webhook-tester.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
10
Files
689 SLOC
#
Functions
NewInMemory
NewInMemory creates inmemory storage.
NewRedis
NewRedis creates new redis storage instance.
NewUUID
NewUUID generates new UUID v4.
#
Variables
ErrClosed
No description provided by the author
#
Structs
InMemory
No description provided by the author
Redis
Redis is redis storage implementation.
#
Interfaces
Request
Request describes recorded request and additional meta-data.
Session
Session describes session settings (like response data and any additional information).
Storage
Storage is a Session's and Request's storage.