Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvKeyBQToken = "BIGQUERY_KEY" TableAnnouncement = "announcement" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientWrapper ¶
type ClientWrapper struct {
// contains filtered or unexported fields
}
func (*ClientWrapper) Close ¶
func (client *ClientWrapper) Close() error
func (*ClientWrapper) GetAnnouncementCount ¶
func (c *ClientWrapper) GetAnnouncementCount(from int64) (int64, error)
type InMemoryClient ¶
type InMemoryClient struct{}
func (*InMemoryClient) Close ¶
func (c *InMemoryClient) Close() error
func (*InMemoryClient) GetAnnouncementCount ¶
func (c *InMemoryClient) GetAnnouncementCount(from int64) (int64, error)
Click to show internal directories.
Click to hide internal directories.