Versions in this module Expand all Collapse all v2 v2.0.0 Feb 28, 2024 Changes in this version + var ErrSinkTransformInvalid = errors.New("--transform format invalid") + var ErrSourceTypeInvalid = errors.New("--sourceType invalid") + func Builder() *cobra.Command + func CreateBuilder() *cobra.Command + func DeleteBuilder() *cobra.Command + func DescribeBuilder() *cobra.Command + func ListBuilder() *cobra.Command + func PauseBuilder() *cobra.Command + func StartBuilder() *cobra.Command + func TriggerBuilder() *cobra.Command + func UpdateBuilder() *cobra.Command + func WatchBuilder() *cobra.Command + type CreateOpts struct + func (opts *CreateOpts) Run() error + type DeleteOpts struct + func (opts *DeleteOpts) Run() error + type DescribeOpts struct + func (opts *DescribeOpts) Run() error + type ListOpts struct + func (opts *ListOpts) Run() error + type PauseOpts struct + func (opts *PauseOpts) Run() error + type StartOpts struct + func (opts *StartOpts) Run() error + type TriggerOpts struct + func (opts *TriggerOpts) Run() error + type UpdateOpts struct + func (opts *UpdateOpts) Run() error + type WatchOpts struct + func (opts *WatchOpts) Run() error Other modules containing this package github.com/fmenezes/mongodb-atlas-cli