proposals

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package proposals provides proposal commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdProposals

func NewCmdProposals(f *factory.Factory) *cobra.Command

NewCmdProposals creates the proposals command group

func NewCmdProposalsConvert

func NewCmdProposalsConvert(f *factory.Factory) *cobra.Command

NewCmdProposalsConvert converts proposal to project

func NewCmdProposalsCreate

func NewCmdProposalsCreate(f *factory.Factory) *cobra.Command

NewCmdProposalsCreate creates a new proposal

func NewCmdProposalsSend

func NewCmdProposalsSend(f *factory.Factory) *cobra.Command

NewCmdProposalsSend sends a proposal

func NewCmdProposalsView

func NewCmdProposalsView(f *factory.Factory) *cobra.Command

NewCmdProposalsView shows proposal details

Types

type Proposal

type Proposal struct {
	UUID                string `json:"uuid"`
	RefCode             string `json:"ref_code"`
	Code                string `json:"code"`
	Title               string `json:"title"`
	Status              string `json:"status"`
	StatusLabel         string `json:"status_label"`
	TotalValueFormatted string `json:"total_value_formatted"`
	Currency            string `json:"currency"`
	ContactCompany      *struct {
		Name string `json:"name"`
		UUID string `json:"uuid"`
	} `json:"contact_company"`
	ClientName string            `json:"client_name"`
	ExpiresAt  *api.DateResource `json:"expires_at"`
	CreatedAt  *api.DateResource `json:"created_at"`
}

Proposal represents a proposal (matches ProposalResource.php)

Jump to

Keyboard shortcuts

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