Commit cc872778 authored by Miek Gieben's avatar Miek Gieben

more stuff

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent a231daf1
package xds
func (c *Client) Nonce() string {
c.mu.RLock()
defer c.mu.RUnlock()
return c.nonce
}
func (c *Client) SetNonce(n string) {
c.mu.Lock()
defer c.mu.Unlock()
c.nonce = n
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment