7001ca854c
Queuing Changes and Cfg Testing * staarting * staarting * startedpush * note * save * mocking * removederrs * fixtests * cleanuperrs * newenvsetup * preppingtests * queue * mmovetocfgpassunittests * sortoutconfig * passinginteg * deps * fixtests
7 lines
71 B
Go
7 lines
71 B
Go
package queue
|
|
|
|
type Config struct {
|
|
URL string
|
|
Client SQSClient
|
|
}
|