Documentation
¶
Overview ¶
* This file is part of the Sysadmin Sidekick Toolkit (Sysadmin-SK) (https://github.com/raffs/sysadmin-sk). * Copyright (c) 2019 Rafael Oliveira Silva * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MoveCommand ¶
MoveCommand Return the aws-sqs command in cobra format. Essentially, we should keep the logic short and move the heavy logic to another place. The following command will provide the ability to move messages from one queue to another
func MoveMessages ¶
func MoveMessages(options *moveMessageOptions) error
MoveMessages Given a moveMessageOptions struct with the proper source and target queue along with additional options for fine control migration. And sync and/or move all or the partially (see filters options) from source queue to target queue.
Types ¶
This section is empty.