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 ¶
var ( ApiKey string Token string OutputPath string )
Functions ¶
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 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