Documentation ¶ Index ¶ func FullName() string func ID() string func Name() string func Version() string type AppInfo func GetInstance() *AppInfo func (appInfo *AppInfo) String() string type Application type Platform type Terminal Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FullName ¶ func FullName() string func ID ¶ func ID() string func Name ¶ func Name() string func Version ¶ func Version() string Types ¶ type AppInfo ¶ type AppInfo struct { Application *Application Platform *Platform Terminal *Terminal } func GetInstance ¶ func GetInstance() *AppInfo func (*AppInfo) String ¶ func (appInfo *AppInfo) String() string type Application ¶ type Application struct { ID string Name string FullName string Version string } type Platform ¶ type Platform struct { OS string Arch string } type Terminal ¶ type Terminal struct { ColorProfile string } Source Files ¶ View all Source files appinfo.go Click to show internal directories. Click to hide internal directories.