Ubuntu Pastebin

Paste from rog at Thu, 15 Oct 2015 15:09:22 +0000

Download as text
1
2
3
4
5
6
7
8
9
package serverfile

type Info struct {
	Endpoint configstore.APIEndpoint
	Username string
	Password string
}

func Write(filename string, info Info) error
Download as text