Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcRequest ¶
type RpcRequest struct { gorm.Model AccountId uint MethodName string RequestBody string ResponseStatus uint ResponseBody string Chain string Network string IpAddress string EndpointID uint IsTest bool `gorm:"default:false"` }
func (*RpcRequest) PrettyCreatedAt ¶
func (r *RpcRequest) PrettyCreatedAt() string
func (*RpcRequest) Successful ¶
func (r *RpcRequest) Successful() bool
Click to show internal directories.
Click to hide internal directories.