Skip to content

Commit ac3795b

Browse files
committed
Bump v0.5.2
Signed-off-by: Vishal Rana <[email protected]>
1 parent 7afb35b commit ac3795b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

client.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ import (
99

1010
type (
1111
Client struct {
12-
sling *sling.Sling
13-
logger *glog.Logger
14-
AppID string
15-
AppName string
12+
sling *sling.Sling
13+
logger *glog.Logger
1614
}
1715

1816
Fields map[string]interface{}
@@ -44,8 +42,6 @@ func (c *Client) Cube() (cube *Cube) {
4442
cube = &Cube{
4543
sling: c.sling.Path("/cube"),
4644
logger: c.logger,
47-
AppID: c.AppID,
48-
AppName: c.AppName,
4945
BatchSize: 60,
5046
DispatchInterval: 60,
5147
}

0 commit comments

Comments
 (0)