 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FooSaveAction ¶
type FooSaveAction struct {
}
    func (*FooSaveAction) Handle ¶
func (f *FooSaveAction) Handle(packet *roc.Packet, serializer serializer.SerializerInterface) (any, exception.ExceptionInterface)
type FooSaveInput ¶
type FooSaveRequest ¶
type FooSaveRequest struct {
	ID    int
	Input FooSaveInput
}
    func (*FooSaveRequest) UnmarshalJSON ¶
func (m *FooSaveRequest) UnmarshalJSON(bytes []byte) error
type FooSaveResult ¶
type FooSaveResult struct {
	IsSuccess bool `json:"is_success"`
}
     Click to show internal directories. 
   Click to hide internal directories.