Documentation
¶
Index ¶
- type PostgresStorage
- func (p *PostgresStorage) GetOrgID(ctx context.Context, orgName string) (string, error)
- func (p *PostgresStorage) Initialize(ctx context.Context) (func(), error)
- func (p *PostgresStorage) ListOrgs(ctx context.Context, request *taikaiv1.ListOrgRequest) (*taikaiv1.ListOrgResponse, error)
- func (p *PostgresStorage) Ready(ctx context.Context) bool
- func (p *PostgresStorage) UpsertMeetupGroups(ctx context.Context, orgName string, groups []taikaiv1.Group) error
- func (p *PostgresStorage) UpsertOrgs(ctx context.Context, request taikaiv1.UpsertOrgRequest) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresStorage ¶
type PostgresStorage struct {
// contains filtered or unexported fields
}
func (*PostgresStorage) Initialize ¶
func (p *PostgresStorage) Initialize(ctx context.Context) (func(), error)
func (*PostgresStorage) ListOrgs ¶
func (p *PostgresStorage) ListOrgs(ctx context.Context, request *taikaiv1.ListOrgRequest) (*taikaiv1.ListOrgResponse, error)
func (*PostgresStorage) UpsertMeetupGroups ¶
func (*PostgresStorage) UpsertOrgs ¶
func (p *PostgresStorage) UpsertOrgs(ctx context.Context, request taikaiv1.UpsertOrgRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.