initial commit
This commit is contained in:
21
barnard.go
Normal file
21
barnard.go
Normal file
@@ -0,0 +1,21 @@
|
||||
package barnard
|
||||
|
||||
import (
|
||||
"github.com/layeh/barnard/uiterm"
|
||||
"github.com/layeh/gumble/gumble"
|
||||
"github.com/layeh/gumble/gumble_openal"
|
||||
)
|
||||
|
||||
type Barnard struct {
|
||||
Config gumble.Config
|
||||
Client *gumble.Client
|
||||
|
||||
Stream *gumble_openal.Stream
|
||||
|
||||
Ui *uiterm.Ui
|
||||
UiOutput uiterm.Textview
|
||||
UiInput uiterm.Textbox
|
||||
UiStatus uiterm.Label
|
||||
UiTree uiterm.Tree
|
||||
UiInputStatus uiterm.Label
|
||||
}
|
||||
Reference in New Issue
Block a user