We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a special case: we will change the type of our global pairs.
At the time we proposal the GSP-41, only one service(qingstor) implement Reach and depends on expire.
Reach
expire
time.Duration
cmd/definitions/tmpl/service.tmpl
time
int
definitions/pairs.toml
go-storage
The text was updated successfully, but these errors were encountered:
@aeinrw Since #681 is merged, could you please implement this change into go-service-qingstor? The related steps are list here.
Sorry, something went wrong.
Good job! @aeinrw
aeinrw
No branches or pull requests
This is a special case: we will change the type of our global pairs.
At the time we proposal the GSP-41, only one service(qingstor) implement
Reach
and depends onexpire
.Affected Services
Steps
time.Duration
(Updatecmd/definitions/tmpl/service.tmpl
to importtime
package)int
totime.Duration
(Updatedefinitions/pairs.toml
pair's type)expire
change toexpire
instead (Rebuild with newgo-storage
)The text was updated successfully, but these errors were encountered: