Files
warewulf/internal/app/api/wwapic
Jonathon Anderson 70292276e2 Rename BaseConf.New to BaseConf.Get
Since BaseConf.New could return a cached BaseConf, rather than always
constructing a new struct, I've renamed it to Get to more accurately
reflect its use. A new New() method is called by Get and always
initializes a new struct.

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
2023-04-19 14:02:43 -06:00
..
2022-12-08 18:59:56 -07:00
2023-04-19 14:02:43 -06:00

wwapiclient is intended as and example grpc wwapid client.

Run wwapid to start the server ./wwapic will get the version. This works with or without mTLS.