mcr update and readme
All checks were successful
code scans / scans (pull_request) Successful in 25s

This commit is contained in:
2025-05-31 11:09:23 -04:00
parent 49c508aae7
commit d54e4ef178
4 changed files with 20 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ import (
*/
type Client struct {
cli *mcr.Client
cli mcr.Client
}
type IClient interface {