()
| 1376 | } |
| 1377 | |
| 1378 | func (c *Client) signerInit() { |
| 1379 | c.signer, c.signerErr = c.buildSigner() |
| 1380 | } |
| 1381 | |
| 1382 | func (c *Client) buildSigner() (*schema.Signer, error) { |
| 1383 | c.initSignerPublicKeyBlobrefOnce.Do(c.initSignerPublicKeyBlobref) |
nothing calls this directly
no test coverage detected