SYMBOL INDEX (16 symbols across 6 files) FILE: api.go constant ipxeBootScript (line 17) | ipxeBootScript = `#!ipxe function ipxeBootScriptServer (line 25) | func ipxeBootScriptServer(w http.ResponseWriter, r *http.Request) { function sshKeyServer (line 83) | func sshKeyServer(w http.ResponseWriter, r *http.Request) { function sshKeyFromFile (line 101) | func sshKeyFromFile(filename string) (string, error) { function kernalOptionsFromFile (line 109) | func kernalOptionsFromFile(filename string, options *kernel.Options) err... FILE: api_test.go function createTestData (line 21) | func createTestData(profiles map[string]*kernel.Options, sshKeys map[str... function TestIPxeBootScriptServer (line 87) | func TestIPxeBootScriptServer(t *testing.T) { function TestSSHKeyServer (line 160) | func TestSSHKeyServer(t *testing.T) { FILE: config/config.go function init (line 16) | func init() { FILE: kernel/options.go type Options (line 8) | type Options struct method SetCloudConfigUrl (line 23) | func (o *Options) SetCloudConfigUrl(url string) { method String (line 27) | func (o *Options) String() string { function New (line 19) | func New() *Options { FILE: kernel/options_test.go function TestDefaultOptions (line 7) | func TestDefaultOptions(t *testing.T) { function TestOptions (line 45) | func TestOptions(t *testing.T) { FILE: main.go function main (line 16) | func main() {