-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Tracking issue for GSP-139: Split Specs #627
Comments
types in left -> right var typeMap = map[string]string{
// ...
// Golang self-defined types.
"context": "context.Context",
"http_client_options": "*httpclient.Options",
// Compose types
"any": "interface{}",
"byte_array": "[]byte",
"string_array": "[]string",
"string_string_map": "map[string]string",
"time": "time.Time",
"BlockIterator": "*BlockIterator",
"DefaultServicePairs": "DefaultServicePairs",
"DefaultStoragePairs": "DefaultStoragePairs",
"ServiceFeatures": "ServiceFeatures",
"StorageFeatures": "StorageFeatures",
"ListMode": "ListMode",
"Interceptor": "Interceptor",
"IoCallback": "func([]byte)",
"Object": "*Object",
"ObjectMode": "ObjectMode",
"ObjectIterator": "*ObjectIterator",
"Pairs": "...Pair",
"Part": "*Part",
"Parts": "[]*Part",
"PartIterator": "*PartIterator",
"Reader": "io.Reader",
"Storager": "Storager",
"StoragerIterator": "*StoragerIterator",
"StorageMeta": "*StorageMeta",
"Writer": "io.Writer",
} |
Ooops, yes, we need to update all services. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps
specs
teams incommunity
(we don't need this team anymore)The text was updated successfully, but these errors were encountered: