MCPcopy Index your code
hub / github.com/koding/kite / SetUsername

Method SetUsername

client.go:227–231  ·  view source on GitHub ↗
(username string)

Source from the content-addressed store, hash-verified

225}
226
227func (c *Client) SetUsername(username string) {
228 c.muProt.Lock()
229 c.Kite.Username = username
230 c.muProt.Unlock()
231}
232
233// Dial connects to the remote Kite. Returns error if it can't.
234func (c *Client) Dial() (err error) {

Callers 1

authenticateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected