Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_WORKDIR = _var DEFAULT_CREDENTIALS = _etc + "/sheets/.google/credentials.json" )
View Source
const APP = "uhppoted-app-sheets"
View Source
const DRIVE = "https://www.googleapis.com/auth/drive"
View Source
const SHEETS = "https://www.googleapis.com/auth/spreadsheets"
Variables ¶
View Source
var AuthoriseCmd = Authorise{ command{ // contains filtered or unexported fields }, }
View Source
var CompareACLCmd = CompareACL{ // contains filtered or unexported fields }
View Source
var GetCmd = Get{ // contains filtered or unexported fields }
View Source
var LoadACLCmd = LoadACL{ // contains filtered or unexported fields }
View Source
var PutCmd = Put{ // contains filtered or unexported fields }
View Source
var UploadACLCmd = UploadACL{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type Authorise ¶ added in v0.8.3
type Authorise struct {
// contains filtered or unexported fields
}
func (*Authorise) Description ¶ added in v0.8.3
type CompareACL ¶
type CompareACL struct {
// contains filtered or unexported fields
}
func (*CompareACL) Description ¶
func (cmd *CompareACL) Description() string
func (*CompareACL) Execute ¶
func (cmd *CompareACL) Execute(args ...interface{}) error
func (*CompareACL) FlagSet ¶
func (cmd *CompareACL) FlagSet() *flag.FlagSet
func (*CompareACL) Help ¶
func (cmd *CompareACL) Help()
func (*CompareACL) Name ¶
func (cmd *CompareACL) Name() string
func (*CompareACL) Usage ¶
func (cmd *CompareACL) Usage() string
type LoadACL ¶
type LoadACL struct {
// contains filtered or unexported fields
}
func (*LoadACL) Description ¶
type UploadACL ¶
type UploadACL struct {
// contains filtered or unexported fields
}
func (*UploadACL) Description ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.