Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EstimateTotalTokens ¶
EstimateTotalTokens estimates the total number of tokens for all handlers in the given files.
Types ¶
type ContextFileHandler ¶ added in v0.0.3
type ContextFileHandler struct {
}
func (*ContextFileHandler) ExtractRoutes ¶ added in v0.0.3
func (ch *ContextFileHandler) ExtractRoutes(contextFilePath string) ([]model.Route, error)
type FileHandlerPair ¶
FileHandlerPair is a struct that holds a file path and a handler function.
Click to show internal directories.
Click to hide internal directories.