13 lines
188 B
Go
13 lines
188 B
Go
package middleware
|
|
|
|
import (
|
|
ai "github.com/tech/sendico/notification/internal/api/config"
|
|
)
|
|
|
|
type (
|
|
Config = ai.Config
|
|
Signature = ai.SignatureConf
|
|
)
|
|
|
|
type MapClaims = ai.MapClaims
|