package
1.0.1
Repository: https://github.com/sanggonlee/pogo.git
Documentation: pkg.go.dev

# Structs

Lock represents a row in pg_locks.
LockJoined is the extended struct of Lock with all the possible joinable fields.
StatActivity represents a row in pg_stat_activity.
StatActivityJoined is the extended struct of StatActivity with all the possible joinable fields.
StatArchiver represents a row in pg_stat_archiver view.
StatArchiverJoined is the extended struct of StatArchiver with all the possible joinable fields.
StatBGWriter represents a row in pg_stat_bgwriter view.
StatBGWriterJoined is the extended struct of StatBGWriter with all the possible joinable fields.
StatDatabase represents a row in pg_stat_database.
StatDatabaseConflict represents a row in pg_stat_database_conflicts.
StatDatabaseConflictJoined is the extended struct of StatDatabaseConflict with all the possible joinable fields.
StatDatabaseJoined is the extended struct of StatDatabase with all the possible joinable fields.
StatIndex represents a row in pg_stat_{all,sys,user}_indexes.
StatIndexJoined is the extended struct of StatIndex with all the possible joinable fields.
StatIOIndex represents a row in pg_statio_{all,sys,user}_indexes.
StatIOIndexJoined is the extended struct of StatIOIndex with all the possible joinable fields.
StatIOSequence represents a row in pg_statio_{all,sys,user}_sequences.
StatIOSequenceJoined is the extended struct of StatIOSequence with all the possible joinable fields.
StatIOTable represents a row in pg_statio_{all,sys,user}_tables.
StatIOTableJoined is the extended struct of StatIOTable with all the possible joinable fields.
StatReplication represents a row in pg_stat_replication.
StatReplicationJoined is the extended struct of StatReplication with all the possible joinable fields.
StatSSL represents a row in pg_stat_ssl view.
StatSSLJoined is the extended struct of StatSSL with all the possible joinable fields.
StatTable represents a row in pg_stat_{all,sys,user}_tables.
StatTableJoined is the extended struct of StatTable with all the possible joinable fields.
StatUserFunction represents a row in pg_stat_user_functions view.
StatUserFunctionJoined is the extended struct of StatUserFunction with all the possible joinable fields.
StatWALReceiver represents a row in pg_stat_wal_receiver.
StatWALReceiverJoined is the extended struct of StatWALReceiver with all the possible joinable fields.

# Type aliases

Locks is an alias for a slice of LockJoined.
StatActivities is an alias for a slice of StatActivityJoined.
StatArchivers is an alias for a slice of StatArchiverJoined.
StatBGWriters is an alias for a slice of StatBGWriterJoined.
StatDatabaseConflicts is an alias for a slice of StatDatabaseConflictJoined.
StatDatabases is an alias for a slice of StatDatabaseJoined.
StatIndexes is an alias for a slice of StatIndexJoined.
StatIOIndexes is an alias for a slice of StatIOIndexJoined.
StatIOSequences is an alias for a slice of StatIOSequenceJoined.
StatIOTables is an alias for a slice of StatIOTableJoined.
StatReplications is an alias for a slice of StatReplicationJoined.
StatSSLs is an alias for a slice of StatSSLJoined.
StatTables is an alias for a slice of StatTableJoined.
StatUserFunctions is an alias for a slice of StatUserFunctionJoined.
StatWALReceivers is an alias for a slice of StatWALReceiverJoined.