github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/protocol/keybase1/identify3_common.go (about)

     1  // Auto-generated to Go types and interfaces using avdl-compiler v1.4.10 (https://github.com/keybase/node-avdl-compiler)
     2  //   Input file: avdl/keybase1/identify3_common.avdl
     3  
     4  package keybase1
     5  
     6  import (
     7  	"github.com/keybase/go-framed-msgpack-rpc/rpc"
     8  )
     9  
    10  type Identify3Assertion string
    11  
    12  func (o Identify3Assertion) DeepCopy() Identify3Assertion {
    13  	return o
    14  }
    15  
    16  type Identify3GUIID string
    17  
    18  func (o Identify3GUIID) DeepCopy() Identify3GUIID {
    19  	return o
    20  }
    21  
    22  type Identify3CommonInterface interface {
    23  }
    24  
    25  func Identify3CommonProtocol(i Identify3CommonInterface) rpc.Protocol {
    26  	return rpc.Protocol{
    27  		Name:    "keybase.1.identify3Common",
    28  		Methods: map[string]rpc.ServeHandlerDescription{},
    29  	}
    30  }
    31  
    32  type Identify3CommonClient struct {
    33  	Cli rpc.GenericClient
    34  }