github.com/bububa/oceanengine/marketing-api@v0.0.0-20210315120513-0b953137f7a6/model/request.go (about)

     1  package model
     2  
     3  type PostRequest interface {
     4  	Encode() []byte
     5  }
     6  
     7  type GetRequest interface {
     8  	Encode() string
     9  }