Skip to content

Conversation

@renbou
Copy link

@renbou renbou commented Jul 28, 2022

No description provided.

Copy link
Member

@kbats183 kbats183 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing


// Update is a single update received by the proxy, passed as the actual stringified update object.
message Update {
bytes json = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why json is bytes? Won't this be a problem for sterilization in other languages?

package services

// Allowlist specifies values that are explicitly allowed to be used
type Allowlist interface {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Allowlist instead of AllowList

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allowlist это одно слово, а не несколько

client genproto.MultiplexerServiceClient
}

func (r *gRPCRegistrar) tryRegister(ctx context.Context, request *genproto.RegisterRequest, updatech chan tgbotapi.Update) *svcError {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"updatech" very strage for me, looks like abobich)
May be updateCh or updateChan?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spravedlivo

@@ -0,0 +1,151 @@
package auth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I not understand what is, may be ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants