Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoesToEleven/csuf
/ types & classes
Types & classes
181 in github.com/GoesToEleven/csuf
⨍
Functions
1,038
◇
Types & classes
181
↓ 2 callers
TypeAlias
byVal
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:6
↓ 2 callers
TypeAlias
mqd_t
sp15/xx_in_process/08_caleb/integration/mq/mq.go:22
↓ 1 callers
TypeAlias
ByAge
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:265
↓ 1 callers
TypeAlias
ByName
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:276
↓ 1 callers
TypeAlias
ByName
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:13
↓ 1 callers
TypeAlias
byVal
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:12
↓ 1 callers
TypeAlias
byVal
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:13
Struct
Android
NOT THIS WAY * type Android struct { Person Person Model string } */ THIS WAY Android is a struct which holds a Person struct and a model andr
sp15/02_golang-book/37_chp09_structs_embedded_types.go:26
Struct
Circle
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:19
Struct
Circle
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:23
Struct
Circle
Circle is a struct data type
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:6
Struct
Circle
Circle is a struct
sp15/02_golang-book/38_chp09_structs_interfaces.go:17
Struct
Circle
Circle is a struct data type
sp15/02_golang-book/36_chp09_structs_methods.go:9
Struct
ClientSecret
sp15/00_student_code/shawn_b/websites/google-api-1/main.go:21
Struct
Contact
sp15/01_samples/26_ignore_unused_variable.go:5
Struct
Contact
sp15/01_samples/33_FUNCTION_TYPES.go:5
Struct
Contact
sp15/01_samples/13_explicitly_pass_args.go:5
Struct
Contact
* * no default fall through * fall through is optional * -- you can specify fall through by explicitly stating it * expression not needed * -- if no e
sp15/01_samples/44_switching_on_type.go:19
Struct
Contact
sp15/01_samples/21_returns.go:5
Struct
Contact
sp15/01_samples/31_ERROR_only_one_variadic_per_function.go:5
Struct
Contact
sp15/01_samples/30_ERROR_variadic_must_be_last_parameter.go:5
Struct
Contact
sp15/01_samples/12_STRUCTS.go:5
Struct
Contact
sp15/01_samples/28_naming_return_value.go:5
Struct
Contact
sp15/01_samples/25_unused_return_is_error.go:5
Struct
Contact
sp15/01_samples/23_escaped_characters.go:5
Struct
Contact
sp15/01_samples/35_wrong_way.go:5
Struct
Contact
sp15/01_samples/29_VARIADIC_functions.go:5
Struct
Contact
sp15/01_samples/32_len.go:5
Struct
Contact
sp15/01_samples/24_multiple_returns_mas.go:5
Struct
Contact
*********************************************** CAPITALIZATION MATTERS -- capitalized: available (public) -- lower case: not available (private) *****
sp15/01_samples/14_dot_notation.go:11
Struct
Contact
sp15/01_samples/20_functions_multiple_structs_and_calls.go:5
Struct
Contact
a bundle of variables of different types a variable of a variable you wrapped up a bunch of variables
sp15/01_samples/19_FUNCTIONS.go:8
Struct
Contact
sp15/01_samples/22_multiple_returns.go:5
Struct
Contact
sp15/01_samples/34_functions_declared_as_types.go:5
Struct
Contact
sp15/01_samples/35_funcs_that_return_funcs.go:8
Struct
CountryCapital
sp15/04_bwpwg-master/getcapital.go:13
Struct
DataPoint
sp15/04_bwpwg-master/weather.go:13
Struct
DataPoint
sp15/04_bwpwg-master/weatherui.go:15
Struct
Document
Documents
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:63
Struct
Document
Documents
sp15/xx_in_process/08_caleb/appengine/cms/api.go:63
Struct
DocumentFile
Documents
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:60
Struct
DocumentFile
Documents
sp15/xx_in_process/08_caleb/appengine/cms/api.go:60
Interface
Element
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:8
Interface
Element
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:8
Interface
Element
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:10
Struct
Employee
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:17
Struct
Employee
sp15/xx_in_process/12_step_by_step/01_datastore_WR_entity/ds_WR.go:12
Struct
Employee
sp15/xx_in_process/12_step_by_step/02_ancestor/ds_ancestor.go:12
Struct
Forecast
sp15/04_bwpwg-master/weather.go:40
Struct
Forecast
sp15/04_bwpwg-master/weatherui.go:42
Struct
GeoCodeJson
sp15/00_student_code/shawn_b/misc/geoweb.go:14
Struct
GeoJsonAddrComp
sp15/00_student_code/shawn_b/misc/geoweb.go:26
Struct
GeoJsonCoordinate
sp15/00_student_code/shawn_b/misc/geoweb.go:43
Struct
GeoJsonGeometry
sp15/00_student_code/shawn_b/misc/geoweb.go:32
Struct
GeoJsonResults
sp15/00_student_code/shawn_b/misc/geoweb.go:19
Struct
GeoJsonViewport
sp15/00_student_code/shawn_b/misc/geoweb.go:38
Struct
Greeting
[START greeting_struct]
sp15/05_guestbook/04_using_datastore/hello.go:14
Struct
Greeting
sp15/xx_in_process/12_step_by_step/00_guestbook/app.go:13
Struct
HTTPError
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:23
Struct
HTTPError
sp15/xx_in_process/08_caleb/appengine/cms/api.go:23
Struct
Human
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:5
Struct
Human
Human stores information about humans
sp15/xx_in_process/13_go_web_shanghai/02/06/03_interface/main.go:9
Struct
Inventory
sp15/03_gowiki/10_03_TEXT-TEMPLATE_simple.go:9
Struct
IpRecord
A struct is a collection of fields This is our type which matches the JSON object.
sp15/04_bwpwg-master/06_ipweb.go:14
Struct
Iterator
sp15/xx_in_process/08_caleb/trie/trie.go:8
Struct
LetterInput
sp15/00_student_code/corey/3-16_assign/FormLetter/FormLetter.go:26
TypeAlias
List
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:10
TypeAlias
List
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:10
TypeAlias
List
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:12
TypeAlias
Map
sp15/xx_in_process/08_caleb/trie/trie_test.go:90
Interface
Men
Interface Men implemented by Human, Student and Employee
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:37
Struct
Message
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:17
Struct
Message
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:60
Struct
Message
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:56
FuncType
MyPrinterType
STEP 1: declare a type
sp15/01_samples/35_wrong_way.go:12
FuncType
MyPrinterType
STEP 1: declare a type
sp15/01_samples/34_functions_declared_as_types.go:12
FuncType
MyPrinterType
create your own printer type
sp15/01_samples/35_funcs_that_return_funcs.go:14
TypeAlias
MyStr
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:14
Struct
Name
sp15/00_student_code/corey/2-4_assign/2-4_assign.go:5
Struct
Name
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:9
Struct
Page
sp15/03_gowiki/16_func-literals_closures.go:18
Struct
Page
sp15/03_gowiki/13_error_handling.go:10
Struct
Page
create a struct to hold page data
sp15/03_gowiki/02_wiki_with_notes.go:9
Struct
Page
sp15/03_gowiki/14_template_caching.go:19
Struct
Page
sp15/03_gowiki/11_handling_404.go:21
Struct
Page
sp15/03_gowiki/15_path_validation.go:23
Struct
Page
sp15/03_gowiki/12_saving_pages.go:10
Struct
Page
sp15/03_gowiki/xxxx_edit_pages.go:9
Struct
Page
sp15/03_gowiki/10_02_html-template_package_NOTES.go:17
Struct
Page
sp15/00_student_code/shawn_b/gowiki/gowiki.go:17
Struct
PageContainer
sp15/00_student_code/shawn_b/websites/social_news/webstructs.go:18
Struct
Pair
sp15/xx_in_process/08_caleb/integration/unixsocket/main.go:8
Struct
Person
sp15/00_student_code/corey/3-16_assign/FormLetter/FormLetter.go:9
Struct
Person
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:260
Struct
Person
sp15/00_student_code/shawn_b/playground/main.go:9
Struct
Person
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:8
Struct
Person
Person is a struct which holds name
sp15/02_golang-book/37_chp09_structs_embedded_types.go:6
Struct
Person
sp15/04_bwpwg-master/08_person.go:9
Struct
Person
sp15/04_bwpwg-master/09_new_person.go:9
Struct
Person
sp15/04_bwpwg-master/mongohqconnect.go:11
next →
1–100 of 181, ranked by callers