mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 02:09:15 +02:00
add comment
This commit is contained in:
parent
3f58d8cd8f
commit
3d43939741
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ func nextSessionRefresh(
|
||||||
return tm
|
return tm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// a multiUnmarshaler is used as the target of the json Unmarshal function to
|
||||||
|
// unmarshal a single JSON value into multiple destinations.
|
||||||
type multiUnmarshaler []any
|
type multiUnmarshaler []any
|
||||||
|
|
||||||
func newMultiUnmarshaler(args ...any) *multiUnmarshaler {
|
func newMultiUnmarshaler(args ...any) *multiUnmarshaler {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue