cmd

package
v0.0.0-...-e6e5ab4 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Copyright © 2020 Sam DeLuca (sam@decarboxy.com)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright © 2020 Sam DeLuca (sam@decarboxy.com)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var (
	ApiKey     string
	Token      string
	OutputPath string
)

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type AmountPaidField

type AmountPaidField struct {
	Id            string            `json:"id"`
	Value         map[string]string `json:"value"`
	CustomfieldId string            `json:"idCustomField"`
}

func (*AmountPaidField) GetAmountPaid

func (f *AmountPaidField) GetAmountPaid() (amount int, err error)

type CardAction

type CardAction struct {
	Id   string         `json:"id"`
	Data CardActionData `json:"data"`
	Date string         `json:"date"`
	Type string         `json:"type"`
}

type CardActionData

type CardActionData struct {
	ListBefore CardActionItem `json:"listBefore"`
	ListAfter  CardActionItem `json:"listAfter"`
}

type CardActionItem

type CardActionItem struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

type TrelloCard

type TrelloCard struct {
	Title            string `json:"name"`
	Id               string `json:"id"`
	Description      string `json:"desc"`
	Reason           string
	Name             string
	Email            string
	Institution      string
	Location         string
	AmountPaid       int
	FundTransferDate string
	RequestDate      string
}

func (*TrelloCard) CsvHeader

func (*TrelloCard) CsvHeader() []string

func (*TrelloCard) CsvRow

func (c *TrelloCard) CsvRow() []string

func (*TrelloCard) Inflate

func (c *TrelloCard) Inflate(apiKey string, token string) (err error)

Jump to

Keyboard shortcuts

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