trpc.group/trpc-go/trpc-go@v1.0.3/internal/README.md (about)

     1  English | [中文](README.zh_CN.md)
     2  
     3  # tRPC-Go framework internal logic
     4  
     5  | Type | Description |
     6  | :----: | :---- |
     7  | env | environment variable definitions |
     8  | httprule | Parse RESTful URLs |
     9  | packetbuffer | for manipulating byte slices |
    10  | rand | Provides a coroutine-safe random function |
    11  | report | Internal exception monitoring report |
    12  | ring | Provides a concurrency-safe ring queue |
    13  | stack | Provides a non-concurrency-safe stack implementation |
    14  | writev | Provide writev to send Buffer in batches |