Versions in this module Expand all Collapse all v0 v0.1.0 Oct 26, 2022 Changes in this version + type Client struct + func (cassandra *Client) Init(keyspace string) (err error) + func (cassandra *Client) Mutation(gql string, variables map[string]interface{}) (response map[string]interface{}, err error) + func (cassandra *Client) Query(gql string, variables map[string]interface{}) (response map[string]interface{}, err error) + func (cassandra *Client) Run(gql string, variables map[string]interface{}) (response map[string]interface{}, err error)