コード例 #1
0
ファイル: surveyor.go プロジェクト: lucmichalski/mangos
// NewSocket allocates a new Socket using the SURVEYOR protocol.
func NewSocket() (mangos.Socket, error) {
	return mangos.MakeSocket(&surveyor{duration: defaultSurveyTime}), nil
}
コード例 #2
0
ファイル: pub.go プロジェクト: iwarsong/bearded
// NewSocket allocates a new Socket using the PUB protocol.
func NewSocket() (mangos.Socket, error) {
	return mangos.MakeSocket(&pub{}), nil
}