diygoapi icon indicating copy to clipboard operation
diygoapi copied to clipboard

A Go RESTful API template

Results 38 diygoapi issues
Sort by recently updated
recently updated
newest added

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.88.0 to 0.92.0. Release notes Sourced from google.golang.org/api's releases. v0.92.0 0.92.0 (2022-08-10) Features all: auto-regenerate discovery clients, refs #1649 #1646 #1645 #1643 #1641 v0.91.0 0.91.0 (2022-08-01) Features...

dependencies

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.1 to 4.17.0. Changelog Sourced from github.com/jackc/pgx/v4's changelog. 4.17.0 (August 6, 2022) Upgrade pgconn to v1.13.0 Upgrade pgproto3 to v2.3.1 Upgrade pgtype to v1.12.0 Allow background pool...

dependencies

Bumps [github.com/peterbourgon/ff/v3](https://github.com/peterbourgon/ff) from 3.1.2 to 3.3.0. Release notes Sourced from github.com/peterbourgon/ff/v3's releases. v3.3.0 Changes! What's Changed Add a naïve parser for .env files by @​peterbourgon in peterbourgon/ff#89 Fix example demonstrating...

dependencies

Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.12.1 to 1.13.0. Changelog Sourced from github.com/jackc/pgconn's changelog. 1.13.0 (August 6, 2022) Add sslpassword support (Eric McCormack and yun.xu) Add prefer-standby target_session_attrs support (sergey.bashilov) Fix GSS ErrorResponse...

dependencies

Instead of setting secrets (encryption key, db username/password) through environment variables in GCP. Figure out how to integrate with GCP's Secrets Manager and Cloud Run. I believe it's pretty straightforward,...

security

Tests are pretty useless with this data. Need to make test data better. Database setup is also necessary.

Right now, tests that hit the db are mocked. Need to add true tests that hit the db. It will be a significant effort to enable this due to the...

Add gRPC to the project and change structure to handle accordingly.

enhancement