Versions in this module Expand all Collapse all v0 v0.0.1 Jan 22, 2020 Changes in this version + type DataStoreClient struct + func NewDataStoreClient(googleProjectName string) (*DataStoreClient, error) + func (c *DataStoreClient) GetByKey(key string) (string, error) + func (c *DataStoreClient) Save(key, answer string) error + type EsaClient struct + func NewEsaClient(apiKey, team string) *EsaClient + func (c *EsaClient) GetListByKey(key string) (*models.EsaAnswer, error)