update due to gumble API changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user