...

Source file src/edge-infra.dev/pkg/edge/iam/types/types.go

Documentation: edge-infra.dev/pkg/edge/iam/types

     1  package types
     2  
     3  import "github.com/gin-gonic/gin"
     4  
     5  type APIFunc func(*gin.Context) error
     6  

View as plain text