cassandra

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

README

cassandra

go cassandra module

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func (*Client) Init

func (cassandra *Client) Init(keyspace string) (err error)

func (*Client) Mutation

func (cassandra *Client) Mutation(gql string, variables map[string]interface{}) (response map[string]interface{}, err error)

func (*Client) Query

func (cassandra *Client) Query(gql string, variables map[string]interface{}) (response map[string]interface{}, err error)

func (*Client) Run

func (cassandra *Client) Run(gql string, variables map[string]interface{}) (response map[string]interface{}, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL