File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55 <a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66 <a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+ <a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78 <img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89</p >
910
Original file line number Diff line number Diff line change 44 <img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55 <a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66 <a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+ <a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78 <img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89</p >
910
Original file line number Diff line number Diff line change 44 <img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55 <a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66 <a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+ <a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78 <img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89</p >
910
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ func GetAllCerts() ([]model.Cert, error) {
250250 return certs , nil
251251}
252252
253- // Get avaliable S/N in the database.
253+ // Get available S/N in the database.
254254func GetAvaliableSN () ([]string , error ) {
255255 if db == nil {
256256 return nil , errors .New ("currently not connecting the database" )
You can’t perform that action at this time.
0 commit comments