scopes

package
v0.0.49 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package scopes defines all resources and resource operations exposed by vince. Resources are mainly grpc services and the resource operations are the grpc full methods.

Index

Constants

View Source
const (
	ResourceBaseURL = "https://vinceanalytics.com"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type List added in v0.0.39

type List = bitset.BitSet

type Scope

type Scope uint
const (
	All Scope = 1 + iota
	Query
	Import

	CreateSite
	GetSite
	ListSites
	DeleteSite

	CreateSnippet
	UpdateSnippet
	ListSnippets
	DeleteSnippet

	CreateGoal
	GetGoal
	ListGoals
	DeleteGoal

	Version
)

func (Scope) FullMethod

func (s Scope) FullMethod() string

func (Scope) MarshalJSON

func (s Scope) MarshalJSON() ([]byte, error)

func (*Scope) Parse

func (s *Scope) Parse(o string) error

func (Scope) String

func (s Scope) String() string

func (*Scope) UnmarshalJSON

func (s *Scope) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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