SYMBOL INDEX (46 symbols across 19 files) FILE: application/application.go type Flags (line 3) | type Flags struct type App (line 22) | type App struct function New (line 27) | func New() App { FILE: body/payload.go type Body (line 11) | type Body struct method Delete (line 18) | func (p Body) Delete() error { function FromArgs (line 23) | func FromArgs(args []string, zipFlag bool) (Body, error) { FILE: cmd/config.go function configCmdFunc (line 10) | func configCmdFunc(command *cobra.Command, args []string) error { FILE: cmd/qrcp.go function init (line 10) | func init() { function Execute (line 48) | func Execute() error { FILE: cmd/receive.go function receiveCmdFunc (line 14) | func receiveCmdFunc(command *cobra.Command, args []string) error { FILE: cmd/send.go function sendCmdFunc (line 16) | func sendCmdFunc(command *cobra.Command, args []string) error { FILE: config/config.go type Config (line 20) | type Config struct function New (line 36) | func New(app application.App) Config { function getViperInstance (line 121) | func getViperInstance(app application.App) *viper.Viper { function Wizard (line 146) | func Wizard(app application.App) error { FILE: config/config_test.go function TestNew (line 13) | func TestNew(t *testing.T) { FILE: config/migrate.go function Migrate (line 15) | func Migrate(app application.App) (bool, error) { FILE: config/util.go function chooseInterface (line 12) | func chooseInterface(flags application.Flags) (string, error) { FILE: logger/logger.go type Logger (line 15) | type Logger struct method Print (line 8) | func (l Logger) Print(args ...interface{}) { function New (line 20) | func New(quiet bool) Logger { FILE: main.go function main (line 9) | func main() { FILE: qr/qr.go function RenderString (line 12) | func RenderString(s string, inverseColor bool) { function RenderImage (line 21) | func RenderImage(s string) image.Image { FILE: server/server.go type Server (line 31) | type Server struct method ReceiveTo (line 47) | func (s *Server) ReceiveTo(dir string) error { method Send (line 65) | func (s *Server) Send(p body.Body) { method DisplayQR (line 71) | func (s *Server) DisplayQR(url string) { method Wait (line 84) | func (s Server) Wait() error { method Shutdown (line 98) | func (s Server) Shutdown() { function New (line 103) | func New(cfg *config.Config) (*Server, error) { function openBrowser (line 349) | func openBrowser(url string) { FILE: server/tcpkeepalivelistener.go type tcpKeepAliveListener (line 37) | type tcpKeepAliveListener struct method Accept (line 42) | func (ln tcpKeepAliveListener) Accept() (net.Conn, error) { FILE: server/util.go function serveTemplate (line 11) | func serveTemplate(name string, tmpl string, w io.Writer, data interface... function getFileName (line 24) | func getFileName(newFilename string, fileNamesInTargetDir []string) stri... FILE: util/net.go function Interfaces (line 11) | func Interfaces(listAll bool) (map[string]string, error) { function GetExternalIP (line 35) | func GetExternalIP() (net.IP, error) { FILE: util/util.go function Expand (line 21) | func Expand(input string) string { function ZipFiles (line 36) | func ZipFiles(files []string) (string, error) { function GetRandomURLPath (line 86) | func GetRandomURLPath() string { function GetSessionID (line 93) | func GetSessionID() (string, error) { function GetInterfaceAddress (line 104) | func GetInterfaceAddress(ifaceString string) (string, error) { function FindIP (line 130) | func FindIP(iface net.Interface) (string, error) { function ReadFilenames (line 159) | func ReadFilenames(dir string) []string { FILE: version/version.go function String (line 12) | func String() string {