for _, entry := range entries { switch s.Action { case lib.ActionAdd: if err := container.Add(entry, ignoreIPType); err != nil { return nil, err } case lib.ActionRemove: container.Remove(entry.GetName(), ignoreIPType) } } return container, nil } func (s *srsIn) walkDir(dir...
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 h1:f/FNXud6gA3MNr8meMVVGxhp+QBTqY91tM8HjEuMjGg= github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3/go.mod ...
forEach((response) => { parseData(response); }); } } } catch (e: any) { console.log(e.message); } return resData; } private async GetRequestParams() { try { const response = await this.axios.get("https://bard.google.com", { headers: { Cookie: this.cookies, }, }); let ...
阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ - feat: 新增全文搜索功能,本地书籍生成封面优化,epub设置增强 · fyybard/reader@0effb13
ssh-agent for tests * fix: pytest executions excluding sftp * fix: CI test execution * test: sftp login with signed certificate * fix: poetry lock regenerated * refactor: filesystem sftp tests * fix: filesystem tests for sftp * refactor: reduce redundancy * fix: lint and remove duplicated...