Implement interface in submit
This commit is contained in:
@@ -57,3 +57,14 @@ type (
|
||||
SUBMIT_MULTI struct{}
|
||||
SUBMIT_MULTI_RESP struct{}
|
||||
)
|
||||
|
||||
func (p *SUBMIT_SM) Encode() []byte {
|
||||
return []byte{}
|
||||
}
|
||||
func (p *SUBMIT_SM) EncodeInto(buf *[]byte) {
|
||||
}
|
||||
func (p *SUBMIT_SM) Decode(data []byte) {
|
||||
}
|
||||
func (p *SUBMIT_SM) Size() uint32 {
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user