Removing cookiejar from transport layer. Changing all error messages to start with a lower case letter. Changing some messages around to be more descriptive.
This commit is contained in:
parent
c90db4773c
commit
ee1a95831c
3 changed files with 44 additions and 42 deletions
2
job.go
2
job.go
|
@ -123,7 +123,7 @@ func (j *AuroraJob) Environment(env string) Job {
|
|||
func (j *AuroraJob) Role(role string) Job {
|
||||
j.jobConfig.Key.Role = role
|
||||
|
||||
//Will be deprecated
|
||||
// Will be deprecated
|
||||
identity := &aurora.Identity{User: role}
|
||||
j.jobConfig.Owner = identity
|
||||
j.jobConfig.TaskConfig.Owner = identity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue