mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-10 13:10:33 +08:00
8 lines
175 B
Go
8 lines
175 B
Go
package v4
|
|
|
|
// WithUnsignedPayload will enable and set the UnsignedPayload field to
|
|
// true of the signer.
|
|
func WithUnsignedPayload(v4 *Signer) {
|
|
v4.UnsignedPayload = true
|
|
}
|