mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +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
|
||||
}
|
||||
|
||||
// a multiUnmarshaler is used as the target of the json Unmarshal function to
|
||||
// unmarshal a single JSON value into multiple destinations.
|
||||
type multiUnmarshaler []any
|
||||
|
||||
func newMultiUnmarshaler(args ...any) *multiUnmarshaler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue