type github.com/gotd/td/tg.SecureValueHash
24 uses
github.com/gotd/td/tg (current package)
tl_account_accept_authorization_gen.go#L47: ValueHashes []SecureValueHash
tl_account_accept_authorization_gen.go#L100: GetValueHashes() (value []SecureValueHash)
tl_account_accept_authorization_gen.go#L230: a.ValueHashes = make([]SecureValueHash, 0, headerLen%bin.PreallocateLimit)
tl_account_accept_authorization_gen.go#L233: var value SecureValueHash
tl_account_accept_authorization_gen.go#L273: func (a *AccountAcceptAuthorizationRequest) GetValueHashes() (value []SecureValueHash) {
tl_registry_gen.go#L4450: SecureValueHashTypeID: func() bin.Object { return &SecureValueHash{} },
tl_secure_value_hash_gen.go#L38: type SecureValueHash struct {
tl_secure_value_hash_gen.go#L50: _ bin.Encoder = &SecureValueHash{}
tl_secure_value_hash_gen.go#L51: _ bin.Decoder = &SecureValueHash{}
tl_secure_value_hash_gen.go#L52: _ bin.BareEncoder = &SecureValueHash{}
tl_secure_value_hash_gen.go#L53: _ bin.BareDecoder = &SecureValueHash{}
tl_secure_value_hash_gen.go#L56: func (s *SecureValueHash) Zero() bool {
tl_secure_value_hash_gen.go#L71: func (s *SecureValueHash) String() string {
tl_secure_value_hash_gen.go#L75: type Alias SecureValueHash
tl_secure_value_hash_gen.go#L80: func (s *SecureValueHash) FillFrom(from interface {
tl_secure_value_hash_gen.go#L91: func (*SecureValueHash) TypeID() uint32 {
tl_secure_value_hash_gen.go#L96: func (*SecureValueHash) TypeName() string {
tl_secure_value_hash_gen.go#L101: func (s *SecureValueHash) TypeInfo() tdp.Type {
tl_secure_value_hash_gen.go#L124: func (s *SecureValueHash) Encode(b *bin.Buffer) error {
tl_secure_value_hash_gen.go#L133: func (s *SecureValueHash) EncodeBare(b *bin.Buffer) error {
tl_secure_value_hash_gen.go#L148: func (s *SecureValueHash) Decode(b *bin.Buffer) error {
tl_secure_value_hash_gen.go#L159: func (s *SecureValueHash) DecodeBare(b *bin.Buffer) error {
tl_secure_value_hash_gen.go#L181: func (s *SecureValueHash) GetType() (value SecureValueTypeClass) {
tl_secure_value_hash_gen.go#L189: func (s *SecureValueHash) GetHash() (value []byte) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |