Documentation ¶
Index ¶
- type OnuHandler
- func (o *OnuHandler) GetByBoardIDAndPonID(w http.ResponseWriter, r *http.Request)
- func (o *OnuHandler) GetByBoardIDAndPonIDWithPaginate(w http.ResponseWriter, r *http.Request)
- func (o *OnuHandler) GetByBoardIDPonIDAndOnuID(w http.ResponseWriter, r *http.Request)
- func (o *OnuHandler) GetEmptyOnuID(w http.ResponseWriter, r *http.Request)
- func (o *OnuHandler) GetOnuSerialNumber(w http.ResponseWriter, r *http.Request)
- func (o *OnuHandler) UpdateEmptyOnuID(w http.ResponseWriter, r *http.Request)
- type OnuHandlerInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnuHandler ¶
type OnuHandler struct {
// contains filtered or unexported fields
}
func NewOnuHandler ¶
func NewOnuHandler(ponUsecase usecase.OnuUseCaseInterface) *OnuHandler
func (*OnuHandler) GetByBoardIDAndPonID ¶
func (o *OnuHandler) GetByBoardIDAndPonID(w http.ResponseWriter, r *http.Request)
func (*OnuHandler) GetByBoardIDAndPonIDWithPaginate ¶
func (o *OnuHandler) GetByBoardIDAndPonIDWithPaginate(w http.ResponseWriter, r *http.Request)
func (*OnuHandler) GetByBoardIDPonIDAndOnuID ¶
func (o *OnuHandler) GetByBoardIDPonIDAndOnuID(w http.ResponseWriter, r *http.Request)
func (*OnuHandler) GetEmptyOnuID ¶
func (o *OnuHandler) GetEmptyOnuID(w http.ResponseWriter, r *http.Request)
func (*OnuHandler) GetOnuSerialNumber ¶
func (o *OnuHandler) GetOnuSerialNumber(w http.ResponseWriter, r *http.Request)
func (*OnuHandler) UpdateEmptyOnuID ¶
func (o *OnuHandler) UpdateEmptyOnuID(w http.ResponseWriter, r *http.Request)
type OnuHandlerInterface ¶
type OnuHandlerInterface interface { GetByBoardIDAndPonID(w http.ResponseWriter, r *http.Request) GetByBoardIDPonIDAndOnuID(w http.ResponseWriter, r *http.Request) GetEmptyOnuID(w http.ResponseWriter, r *http.Request) GetOnuSerialNumber(w http.ResponseWriter, r *http.Request) UpdateEmptyOnuID(w http.ResponseWriter, r *http.Request) GetByBoardIDAndPonIDWithPaginate(w http.ResponseWriter, r *http.Request) }
Click to show internal directories.
Click to hide internal directories.