clientlists

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package clientlists contains code for exporting Client Lists

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrClientListNotFound list not found
	ErrClientListNotFound = errors.New("client list not found")
	// ErrSavingFiles saving terraform project files
	ErrSavingFiles = errors.New("saving terraform project files")
	// ErrSavingListItems saving client list items file
	ErrSavingListItems = errors.New("saving client list items file")
	// ErrActivationDetails retrieving activation details
	ErrActivationDetails = errors.New("retrieving activation details")
)

Functions

func CmdCreateClientList

func CmdCreateClientList(c *cli.Context) error

CmdCreateClientList is an entrypoint to create-clientlist command

Types

type TFActivationData

type TFActivationData struct {
	HasActivation          bool
	Comments               string
	SiebelTicketID         string
	NotificationRecipients []string
}

TFActivationData holds template data for activation

type TFData

type TFData struct {
	ClientList TFListData
	Section    string
	EdgercPath string
}

TFData holds template data

type TFListData

type TFListData struct {
	ListID               string
	Name                 string
	Notes                string
	Type                 string
	ContractID           string
	GroupID              int64
	ItemsCount           int64
	Tags                 []string
	StagingActivation    TFActivationData
	ProductionActivation TFActivationData
}

TFListData holds template data for list

Jump to

Keyboard shortcuts

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