Przeglądaj źródła

More docstrings

Mauricio Araujo 2 lat temu
rodzic
commit
77fce47ba5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      api/server/handlers/billing/list.go

+ 1 - 0
api/server/handlers/billing/list.go

@@ -18,6 +18,7 @@ type ListBillingHandler struct {
 	handlers.PorterHandlerWriter
 }
 
+// CheckPaymentEnabledHandler is a handler for checking if payment is setup
 type CheckPaymentEnabledHandler struct {
 	handlers.PorterHandlerWriter
 }