update due to gumble API changes

This commit is contained in:
Tim Cooper
2016-04-23 11:14:41 -03:00
parent 95c3fc469b
commit 4d141b6131
5 changed files with 50 additions and 48 deletions

View File

@@ -1,6 +1,8 @@
package barnard
import (
"crypto/tls"
"github.com/layeh/barnard/uiterm"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleopenal"
@@ -10,6 +12,9 @@ type Barnard struct {
Config *gumble.Config
Client *gumble.Client
Address string
TLSConfig tls.Config
Stream *gumbleopenal.Stream
Ui *uiterm.Ui