william-best

Results 4 issues of william-best

我使用goctl v1.1.6版本根据sql生成的函数,只有 Insert FindOne Update Delete, 代码库里的多几个,是改了template吗? 还是使用了什么方法

Hi, I want to promote httprunner v4.x with my team, but the doc is missing. For example : 1. the commandline: ios,dns..., meaning and how to use 2. grpc,db, dose...

pending

tavern 2.11.0 ```python def pytest_tavern_beta_before_every_request(request_args): # Add or modify request headers logging.info("------before req: {}".format(request_args)) request_args["headers"] = {'bar': 'bbbbb'} request_args['params']['a'] = 8 logging.info("------req: {}".format(request_args)) return request_args def pytest_tavern_beta_after_every_response(expected, response): logging.info("------response: {}".format(response.json()))...

### What do you want to ask? v2.9版本目录介绍里 https://goframe.org/docs/design/project-structure ,没有Logic目录,但是gf init 时还是有logic, 所以我有以下问题: 1. 是否还需要Logic目录,如果不需要请说明一下,因为好多历史使用框架里有的有有的没有,看了不知道为什么 2. 如果需要请在文档里添加他的用法,以及和service关系 3. gf gen serice这个命令还需要吗?为什么在文档里没有介绍https://goframe.org/docs/cli/gen gf version v2.9.0 Welcome to GoFrame! Env Detail: Go...

question